[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880777#action_12880777
 ] 

Asankha C. Perera commented on HTTPCLIENT-952:
----------------------------------------------

Hi Angela

A question like the above posted onto the mailing list would possibly get you 
the views from a larger segment of the community.. I think one of the main 
reasons for choosing HttpComponents/Client is for its complete support for the 
HTTP protocol as per the specs. I doubt if one could easily do HTTP 
authentication, Cookie manipulation etc with just JSSE

cheers
asankha

> SSLSocketFactory.createSSLContext does not process trust store
> --------------------------------------------------------------
>
>                 Key: HTTPCLIENT-952
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-952
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Alpha2
>            Reporter: Angela Schmid
>             Fix For: 4.1 Alpha3
>
>
> org.apache.http.conn.ssl.SSLSocketFactory.createSSLContext() does not process 
> a provided trust store.
> Only the default (cacerts) is processed. An additional provided trust store 
> is ignored.
> Adding the "trusted" certificate to the keystore, the peer is authenticated.
> Eventually
>         tmfactory.init(keystore);
> needs to be
>         tmfactory.init(truststore);

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to