Replies: 1 comment
-
for anyone finding this: yes indeed, SOCKS proxy is not supported. Please see the current proxy support at https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-configure#connecting-using-a-proxy-server |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying to connect to a snowflake instance using Snowflake JDBC driver via SOCKS proxy without any luck. After digging into bowels of Snowflake JDBC driver, I found out that SOCKS proxies seem not to be supported.
Code from
SystemDefaultRoutePlanner
class:Is this behaviour intentional?
Thank you
System information:
ProxySelector.setDefault(...)
Beta Was this translation helpful? Give feedback.
All reactions