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

TlsStream implementation #64

Open
howardmoore opened this issue Apr 10, 2020 · 1 comment
Open

TlsStream implementation #64

howardmoore opened this issue Apr 10, 2020 · 1 comment

Comments

@howardmoore
Copy link

Have you considered switching to use tokio_native_tls rather than tokio_tls for your TlsStream? I'm not sure why tokio has too, seemingly similar, implementations but tokio_native_tls has the advantage for me that it allows you to get the peer_certificate from the underlying native_tls stream.

@LucioFranco
Copy link
Member

@howardmoore we do want to upgrade to this just lacking the time currently.

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

No branches or pull requests

2 participants