Description
If UseSsl is enabled, the client will try to use the Uri.Host value to Authenticate which results in a SslPolicyErrors.RemoteCertificateNameMismatch error. Instead, pass the IP value of EndPoint which correctly validates.
If UseSsl is enabled, the client will try to use the Uri.Host value to Authenticate which results in a SslPolicyErrors.RemoteCertificateNameMismatch error. Instead, pass the IP value of EndPoint which correctly validates.