snowflake-jdbc icon indicating copy to clipboard operation
snowflake-jdbc copied to clipboard

SNOW-617766: nonProxyHost Connection Parameter Not Honored by SnowflakeConnectionPoolDataSource

Open sfc-gh-wfateem opened this issue 2 years ago • 0 comments

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/)"

sfc-gh-wfateem avatar Jun 24 '22 15:06 sfc-gh-wfateem