hello nitya,
>_I think this Protocol.registerProtocol("https", stricthttps); will not work
>_with httpClient 3.1 if i m not mistaken.. because open() method of
>_HTTPConnection has this code...
You are mistaken. Connections to a proxy are always
plain HTTP, the SSL tunnel is established later
between the client and the server. Have a look at
HttpConnection.tunnelCreated():
http://jakarta.apache.org/httpcomponents/httpclient-3.x/apidocs/org/apache/commons/httpclient/HttpConnection.html#tunnelCreated()
cheers,
Roland
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]