mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-18 16:07:11 +00:00
Added reference to JDK-8212885
This commit is contained in:
parent
eb0ee46c05
commit
65802bc8d3
@ -109,6 +109,9 @@ void verifySession(
|
||||
// _assume_ this is due to PSK (pre-shared key) TLS session resumption
|
||||
// Resumed TLS sessions do not include server certificates.
|
||||
|
||||
// The issue is considered a bug in Java Security libraries and
|
||||
// is being tracked as JDK-8212885
|
||||
|
||||
try {
|
||||
final ProtocolVersion tls = TLS.parse(sslsession.getProtocol());
|
||||
if (tls.greaterEquals(TLS.V_1_3.version)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user