Closed
Description
Hey,
Thanks for providing another library for connecting to Snowflake.
There is an issue with GetHostName
method in AuthInfo.cs, I failed to use it due to this exception:
Unhandled exception. System.AggregateException: One or more errors occurred. (The SSL connection could not be established, see inner exception.)
---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
Do you think we need to change this to be return $"{Account}.snowflakecomputing.com";
or at least make the Hostname
parameter that we can set in the ctor same as account and user etc.
Metadata
Metadata
Assignees
Labels
No labels