[
https://issues.apache.org/jira/browse/HTTPCLIENT-789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549650#comment-13549650
]
Oleg Kalnichevski commented on HTTPCLIENT-789:
----------------------------------------------
Given it is a Java 6 specific feature, the stock version of HttpClient cannot
use it (due to Java 5 compatibility requirement). There is nothing, though,
that prevents you from using a custom socket factory that makes use of this
feature, if Java 6 is the lowest platform version supported by your application.
As of version 4.3 one will also be able to provide a custom set of socket
factories for individual requests through a local execution context.
Oleg
> Support for passing an SSLContext to the SSLSocketFactory of HttpClient
> -----------------------------------------------------------------------
>
> Key: HTTPCLIENT-789
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-789
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: Snapshot
> Reporter: Bruno Harbulot
> Fix For: 4.0 Beta 1
>
> Attachments: sslcontext-682001.patch
>
>
> Would it be possible to use an existing instance of SSLContext to initialise
> an SSLSocketFactory? This would allow using SSLContexts configured with more
> options, such as CRLs.
> (This follows the thread of the httpclient-commons-dev list:
> http://marc.info/?l=httpclient-commons-dev&m=121737017814116&w=2 ).
--
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]