Windows troubleshooting steps¶
Follow these steps to identify and confirm that you have a proxy and to gather the proxy host and port numbers that you need for further troubleshooting.
Check the proxy settings.
Open the Settings menu.
Search for “proxy”, and select Change proxy settings.
Check the manual proxy configuration.
In Manual proxy setup, select the
Use a proxy serveroption.If it is
On, a proxy is currently in use.If it is
Off, no proxy is being used.
Check the automatic proxy configuration.
Under Automatic proxy setup, look for
Use setup script. If it isOn, a proxy might be configured via a script.To verify, enter the script URL in your browser. If a file is downloaded, it contains the proxy information.
Check the proxy using the Windows
PowerShell, as follows:For example:
If the
proxyAddrismy.pro.xy:123andproxyEnableis0, the proxy address ismy.pro.xy:123.If
proxyEnableis0, the proxy is disabled; if it is1, the proxy is enabled.
Proceed based on the proxy test results:
Proxy found: Based on these environment variables settings, you can gather the proxy host and port that you will need for further testing.
No proxy found: If the test for the proxy is negative, continue with further testing.
If you have a proxy¶
After identifying your proxy settings, or if you already know your proxy information, proceed to test the URL that is encountering issues. You should test all URLs in Snowflake’s allowlist thoroughly. At the very least, make sure to test the URL that is causing failures in your connector specifically.
In the Windows Powershell, run the following commands, making sure to update the URL in the commands to match the Snowflake URL that you are testing. Also, make sure to update your PROXY_URL.
Observe any references to the proxy in the test results to confirm that the proxy was used during this test. If the connection is successful, examine the issuer information provided in the output.
After completing these steps, continue with follow-up actions.
If you don’t have a proxy¶
You should test all URLs in the Snowflake allowlist thoroughly. At the very least, make sure to specifically test the URL that is causing failures in your connector.
Open
Powershell.Run the following commands in
Powershell, updating the URL in the commands to match the URL that you are testing.Sample successful output:
Sample connection failure output:
If the connection is successful, examine the issuer information provided in the output.
After completing these steps, continue with follow-up actions.