snowflake-jdbc
snowflake-jdbc copied to clipboard
SNOW-617766: nonProxyHost Connection Parameter Not Honored by SnowflakeConnectionPoolDataSource
It looks like if you attempt to use the SnowflakeConnectionPoolDataSource and call its getConnection method as opposed to using the java.sql.DriverManager class, for whatever reason, the nonProxyHost parameter doesn't take effect. The workaround is to set the proxy configurations using JVM arguments instead:
-Dhttp.nonProxyHosts="*.[privatelink.snowflakecomputing.com](https://privatelink.snowflakecomputing.com/)"