[
https://issues.apache.org/jira/browse/HTTPCORE-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCORE-398.
----------------------------------------
Resolution: Fixed
Corrected in HttpClient SVN trunk.
Oleg
> org.apache.http.ssl.SSLContextBuilder does not have useTLS() anymore, but the
> tutorial says it does
> ---------------------------------------------------------------------------------------------------
>
> Key: HTTPCORE-398
> URL: https://issues.apache.org/jira/browse/HTTPCORE-398
> Project: HttpComponents HttpCore
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 4.4.1
> Reporter: The Alchemist
>
> http://hc.apache.org/httpcomponents-client-4.4.x/tutorial/html/connmgmt.html
> {code}
> SSLContext sslContext = SSLContexts.custom()
> .useTLS()
> .loadTrustMaterial(myTrustStore)
> .build();
> {code}
> However, this does not work in 4.4.1.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]