Getting timeout exception when connecting snowflake database from .NET C# code.
SOLUTION: This is due to proxy blocking the network traffic.Trace the proxy settings and adding the proxy details in the connector helped to resolve the issue.
Knowledge Base