Must be missing something basic....
In 4.2 of httpclient there is no constructor for the new
org.apache.http.conn.ssl.SSLSocketFactory with a single argument of
javax.net.ssl.SSLSocketFactory rather:
/**
* @since 4.2
*/
public SSLSocketFactory(
final javax.net.ssl.SSLSocketFactory socketfactory,
final X509HostnameVerifier hostnameVerifier)
Plus I don't follow at all once I get a hold of the SSLSocketFactory what to
do with it. Somehow like I wrote it has to be injected into either the
HTTPClient or HTTPParam classes to be used. Also I don't get why SSL is
mixed in since a normal HttpURLConnection picks up the NTML credentials and
dumps them over to the proxy.
--
View this message in context:
http://old.nabble.com/HTTPClient-ntlm-smart-card-tp34070660p34090291.html
Sent from the HttpClient-User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]