[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-1595.
-------------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.4 Beta2

Michael,
I am sorry I misunderstood what you meant by not respecting enabled protocols. 
I thought you were referring to the 'https.protocols' system property. You are 
absolutely correct about HttpClient not respecting the defaults, but I believe  
those are JSSE provider defaults, not JVMs.

Fixed in SVN trunk and 4.3.x branch.

Oleg

> 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
>              Labels: easyfix, security
>             Fix For: 4.4 Beta2
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to