Duplicate :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
The JSSE client will not accept the status_request message when TLS 1.3 is negotiated and the server sends a CertiicateRequest message with that extension in it. When this occurs the client throws an exception: javax.net.ssl.SSLHandshakeException: extension (5) should not be presented in certificate_request This is an allowed extension in TLS 1.3. Since the client does not currently support OCSP stapling, the client should not throw an exception on the extension, but instead should proceed with presenting the certificate without any OCSP response information. Support for client-side OCSP stapling is out of scope for this bug and should be filed as a separate RFE.
|