Markus Woschank created HTTPCORE-327:
----------------------------------------

             Summary: SSL persistent connections with client certificates
                 Key: HTTPCORE-327
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-327
             Project: HttpComponents HttpCore
          Issue Type: Bug
          Components: HttpCore
    Affects Versions: 4.2.3
            Reporter: Markus Woschank


using httpclient (4.2.2)  and httpcore (4.2.3) ssl connections to a server 
(https) requiring client certificates are not reused.

i am using DefaultHttpClient and PoolingClientConnectionManager to execute the 
requests.

traced it to:
RouteSpecificPool:90 (getFree)
> if (entry.getState() == null)

it seems the pooled connection has a X500Principal attached whereas the method 
is called with state==null.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to