You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Michael Braun (JIRA)" <ji...@apache.org> on 2015/01/08 22:22:34 UTC

[jira] [Created] (HTTPCLIENT-1595) SSLConnectionSocketFactory not respecting enabled protocols

Michael Braun created HTTPCLIENT-1595:
-----------------------------------------

             Summary: SSLConnectionSocketFactory not respecting enabled protocols
                 Key: HTTPCLIENT-1595
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1595
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 4.3.6
            Reporter: Michael Braun


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org