Skip to content
New issue

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

Can't add Certificate into TcpConn #89

Open
Sunyao-work opened this issue Jul 20, 2017 · 2 comments
Open

Can't add Certificate into TcpConn #89

Sunyao-work opened this issue Jul 20, 2017 · 2 comments
Assignees

Comments

@Sunyao-work
Copy link

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); }

@judwhite judwhite self-assigned this Sep 20, 2019
@Misiu
Copy link

Misiu commented Mar 4, 2021

I have this working.
I'm quite new to this library, but I can create PR.
@judwhite any chance you could review it?

@Misiu
Copy link

Misiu commented Mar 23, 2021

#101
@Sunyao-work I've created PR that adds support for client cert
@judwhite can you review this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants