-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Regression: Client certificates do not work in 9.4.15.v20190215+ #3554
Comments
We've had reports that using endpointIdentificationAlgorithm=null works for people that are only using server side SSL (does not apply for jetty-client use for SSL on same server) |
@byteit101 please see this comment. Set |
This was referenced May 21, 2019
idsbot
pushed a commit
to Fraunhofer-AISEC/trusted-connector
that referenced
this issue
Aug 20, 2019
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a client certificate set up, I get
java.security.cert.CertificateException: No subject alternative names present
and a terminated TLS handshakeDescription: Certificate Unknown (46)
with jetty9.4.15.v20190215
and9.4.16.v20190411
. Same client passes on 9.3.x and 9.4.9 - 9.4.14. (I didn't test pre 9.4.9)I used the downloaded demo.jar by following https://www.eclipse.org/jetty/documentation/current/jetty-ssl-distribution.html#client-certificate-authentication with certificates generated from https://gist.github.com/jankronquist/6412839 and
jetty.sslContext.needClientAuth=true
When I download 9.4.14 or earlier, following the documentation allows my client to connect successfully, whereas 9.4.15 and later give the aforementioned error.
The text was updated successfully, but these errors were encountered: