In my config file, if disable passphrase, I am able to successfully connect to snowflake. if I enable passphrase and try below command i get below error . I create public and private key with PKCS8 format with passphrase. please advice
private_key_path = C:\Users\abcd.snowsql\pkcs8.key
snowsql -a abcd -u a1b1c1 -o log_level=DEBUG --private-key-path C:\Users\abcd.snowsql\pkcs8.key Private Key Passphrase: " here i enter passphrase" 250001 (08001): Failed to connect to DB: XYA86571.snowflakecomputing.com:443. JWT token is invalid. If the error message is unclear, enable logging using -o log_level=DEBUG and see the log to find out the cause. Contact support for further help. Goodbye!