On Wed, Jul 08, 2009 at 04:19:51PM -0700, bo wrote: > Hi Oleg, > > HttpClient 3 had good examples on how to customize SocketFactory to allow > for self-signed certificate. I tried to update these for 4.0 but run into > "Unconnected Sockets not implemented" error. All I'm trying to do is to use > HttpClient to run very basic POST authentication on the site that has > self-signed certificate. Any suggestions or code examples on how to do it in > v. 4 would be greatly appreciated > > Thanks, > > Bo
Bo, Please have a look at the HttpClient tutorial: http://hc.apache.org/httpcomponents-client/tutorial/html/ch02.html#d4e497 Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
