[
https://issues.apache.org/jira/browse/HTTPCORE-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754803#comment-13754803
]
Oleg Kalnichevski commented on HTTPCORE-327:
--------------------------------------------
Short answer: this depends on requirements of your application. However you do
it you must make sure only one thread can access the same context at a time.
Long answer: please post your questions to the user list. JIRA is an issue
tracker.
Oleg
> 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]