-
Bug
-
Resolution: Done
-
Minor
-
1.4.21.Final
-
None
When setting up an Undertow server to require SSL client authentication with SslClientAuthMode.REQUIRED, and the SSL client does not have any, the server closes the connection during the SSL handshake without providing an SSL error.
This means that for a Java-base client, we're getting an IO/Socket Exception instead of an expected SSLException.
- relates to
-
UNDERTOW-2071 HTTPS client accepts certificates with wrong host
- Resolved