Hi,
I see in the class SnowflakeSingConnector (at line 90) that the connector try first to check the connector version from maven repository and then set the JVM proxy configuration;
But behind a proxy, the connector check version will issue a connection timeout.
Should the JVM proxy configuration be executed before the connector version check ?
Regards,