[
https://issues.apache.org/jira/browse/HTTPCLIENT-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880228#action_12880228
]
Angela Schmid commented on HTTPCLIENT-952:
------------------------------------------
Hello Oleg
I will try the mvn compile ..
Just wanted to let you know that the fix (trust store) worked.
Thanks a lot.
What I was looking for was a comparison against JSSE. Why would developers use
HttpComponents over JSSE. Could not find something in the wiki. Can you help me
out.
Thanks
Angela
> 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]