Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowflake connects successfully with faulty proxy connection parameters #649

Closed
howardwang0620 opened this issue May 2, 2023 · 2 comments
Assignees
Labels
bug status-triage_done Initial triage done, will be further handled by the driver team

Comments

@howardwang0620
Copy link

Issue description

Setting the PROXYHOST and NONPROXYHOSTS parameters to the same single-character value will directly connect to a Snowflake instance and bypass the proxy server, eg: ...USEPROXY=true;PROXYHOST=a;NONPROXYHOSTS=a;PROXYPORT=3128 connects successfully.

If PROXYHOST and NONPROXYHOSTS are set to different or non-single-character values, eg: ...USEPROXY=true;PROXYHOST=ab;NONPROXYHOSTS=ab;PROXYPORT=3128 then the connection will try to go through the proxy server and then properly hangs and waits until timeout is reached.

Driver version: 2.0.22
OS: Mac Intel 13.3.1
.NET framework: 6.0.406

@sfc-gh-mjain sfc-gh-mjain self-assigned this May 10, 2023
@sfc-gh-mjain sfc-gh-mjain added the status-triage Issue is under initial triage label May 10, 2023
@sfc-gh-knozderko sfc-gh-knozderko added jira and removed status-triage Issue is under initial triage labels Nov 24, 2023
@sfc-gh-dszmolka
Copy link
Contributor

thank you for submitting this issue, we're going to take a look

@sfc-gh-dszmolka sfc-gh-dszmolka added status-in_progress Issue is worked on by the driver team and removed jira labels Nov 28, 2023
@sfc-gh-dszmolka sfc-gh-dszmolka added status-triage_done Initial triage done, will be further handled by the driver team and removed status-in_progress Issue is worked on by the driver team labels Feb 11, 2024
@sfc-gh-mhofman
Copy link
Collaborator

The fix was released in version 4.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status-triage_done Initial triage done, will be further handled by the driver team
Projects
None yet
Development

No branches or pull requests

6 participants