Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.3.6
Description
In createLayeredSocket -
If supportedProtocols is null, the list of protocols (minus those that start with SSL) are loaded.
However, the protocols should be from sslsock.getEnabledProtocols(); rather than sslsock.getSupportedProtocols() to reflect settings on the JVM.
Attachments
Issue Links
- relates to
-
HTTPCLIENT-1600 Enable supported TLS protocols
- Closed