vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

the proxy function is very useful

Open xiaozhu1337 opened this issue 5 years ago • 9 comments

Is your feature request related to a problem? Please describe. some database need proxy to connect to it.

Describe the solution you'd like add socks5 proxy support

Describe alternatives you've considered

Additional context

xiaozhu1337 avatar Jan 16 '20 12:01 xiaozhu1337

yes would be very useful when connecting to cloud databases via SSH Dynamic tunnel

jelez avatar Sep 01 '20 20:09 jelez

+1

tiny1990 avatar Mar 29 '21 06:03 tiny1990

@jelez for SSH we have #395 we it's being tracked.

@xiaozhu1337 could you give an real-world example so I can search more about your needs?

For some drivers socks connection are supported already, but I'm not sure if that's the proxy thing you are looking for

mtxr avatar Mar 30 '21 03:03 mtxr

@mtxr An example would be when you're trying to connect to Snowflake (which requires connecting to somevaluehere.snowflakecomputing.com) from your company and in order to do so you need to use a proxy i.e. proxy.c.domain.com:8080 because you are behind a firewall.

gullpavon avatar Oct 06 '21 18:10 gullpavon

+1 to this one.

Many organisations use mandatory proxy which means that you cannot connect without proxy support at all.

kzajaczkowski avatar Oct 29 '21 11:10 kzajaczkowski

even though I have set proxy settings in my VSCODE, sqltools is not taking the proxy settings. It's very important as almost all the organization are behind a proxy for http/https access.

betizad avatar Apr 27 '23 14:04 betizad

@betizad which driver are you using to connect to your database(s)?

gjsjohnmurray avatar Apr 27 '23 14:04 gjsjohnmurray

@gjsjohnmurray I'm using databricks sql driver.

betizad avatar Apr 28 '23 07:04 betizad

@gjsjohnmurray I'm using databricks sql driver.

Please raise your issue at https://github.com/databricks/sqltools-databricks-driver/issues

gjsjohnmurray avatar Apr 28 '23 11:04 gjsjohnmurray