I need to connect to a proxy that requires authentication over SSL. The connections that I'm making across the proxy are http, so I'm not actually tunneling _through_ a proxy, but using https to authenticate _at_ the proxy. The httpclient methods that I've found for connecting to a proxy allow me to specify a port but not a protocol and I haven't been able to connect using SSL. How can I connect to a proxy hosted on an SSL socket?
Thanks, Cyrus -- View this message in context: http://www.nabble.com/Connecting-to-a-proxy-hosted-on-SSL-socket-tp18714561p18714561.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]
