urbrioche
Results
1
comments of
urbrioche
I think it should be related to OCSP. .NET connector should also implement [fail-open/fail-close](https://docs.snowflake.net/manuals/release-notes/2019-05.html#snowflake-clients-now-use-fail-open-for-ocsp-revocation-checking) configuration similar to other connector. initHttpClient() in [HttpUtil.cs](https://github.com/snowflakedb/snowflake-connector-net/blob/master/Snowflake.Data/Core/HttpUtil.cs), HttpClientHandler initialization can change as bellow var handler...