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

Client-side mutual TLS, SSLContext created with ssl-config does not seem to be sending client certificate during handshake #62

Open
michaelzg opened this issue Sep 26, 2017 · 1 comment

Comments

@michaelzg
Copy link

This is a follow-up to akka/akka-http#1433 where it was observed that setting up a HttpsConnectionContext with a SSLContext created by the Typesafe ssl-config did not work as expected--through debugging there was evidence that during the handshake process the client did not send its client certificate. However, creating the SSLContext manually with java.security allowed the mutual TLS connection to work as expected.

I hope to get some time during a weekend to help get a reproducible example..

@michaelzg michaelzg changed the title Client-side mutual TLS, SSLContext created does not seem to be sending client certificate Client-side mutual TLS, SSLContext created with ssl-config does not seem to be sending client certificate during handshake Sep 26, 2017
@Areontar
Copy link

Areontar commented Jun 8, 2018

I see this issue is somewhat old, is it still valid (or does it need validation refresh), just checking I can use the ssl-config or create everything manually. Thanks!

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