Dear list,

I am trying to use HttpClient 4 to download HTTPS pages. In my application,
security is not a concern and I want to download the page even if the page
is not trusted. I guess I have to do something like

  schemeRegistry.register(new Scheme("https", /* TODO */, 443));

I searched on this forum and found information on HttpClient 3 and a pointer
to the manual,

  http://hc.apache.org/httpcomponents-client/tutorial/html/connmgmt.html

However, I could see a clear route to follow. Does anybody have sample code
for this?

Best,
Kaspar
-- 
View this message in context: 
http://old.nabble.com/Accept-untrusted-SSL-certificates-tp28003775p28003775.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]

Reply via email to