https://issues.apache.org/bugzilla/show_bug.cgi?id=54449
--- Comment #11 from Sebb <[email protected]> --- However the problem only affects HC4, not the HC3.1 or Java implementations. So if it is a Windows issue, why is it being triggered by HC4 only? I think it may be something to do with the way SSL verification is handled in HC4. Even though we use the HC4TrustAllSSLSocketFactory, it still invokes org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:91) which calls getSession, even though the session is not needed later. I've not yet had a chance to try recoding to avoid this; if it is the cause then I think we may need to raise an enhancement request against HC4. -- You are receiving this mail because: You are the assignee for the bug.
