yes, you can still use the JDBC connector with key-pair authentication in Snowflake. Make sure you’re using Snowflake JDBC Driver 3.13+, as it supports key-pair authentication.
I am getting following error:
SQLException: JDBC driver encountered communication error. Message: No trusted certificate found Verify that the hostnames and port numbers in SYSTEM$ALLOWLIST are added to your firewall’s allowed list. To troubleshoot your connection further, you can refer to this article: Snowflake client connectivity and troubleshooting | Snowflake Documentation.
I have checked the firewall for port 80 and 443, they are open I can ping these URL from IIQ.
Do you have any idea what else could be throwing this error?