We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificate collection is empty in code as below
try { sslStream.AuthenticateAsClient(_hostname, new X509Certificate2Collection(), enabledSslProtocols, tlsConfig.CheckCertificateRevocation); } catch (Exception ex) { throw new Exception(string.Format("{0} - {1}", ex.Message, errorMessage), ex); }
The text was updated successfully, but these errors were encountered:
I have this working. I'm quite new to this library, but I can create PR. @judwhite any chance you could review it?
Sorry, something went wrong.
#101 @Sunyao-work I've created PR that adds support for client cert @judwhite can you review this?
judwhite
No branches or pull requests
Certificate collection is empty in code as below
try { sslStream.AuthenticateAsClient(_hostname, new X509Certificate2Collection(), enabledSslProtocols, tlsConfig.CheckCertificateRevocation); } catch (Exception ex) { throw new Exception(string.Format("{0} - {1}", ex.Message, errorMessage), ex); }
The text was updated successfully, but these errors were encountered: