Sanjeev Kumar Neemkar wrote:

> By trying same piece of code with non-secure URL as "http://java.sun.com/";,
> able to get the web page content as response.
> Is there any specifics to be considered in the below code to handle the
> HTTPS case for proxy server settings.

Hello Sanjeev,

I couldn't find any initialization for the HTTPS protocol in your code
sample, unless it is hidden behind this call:

>  BasicConfigurator.configure();

Did you follow the instructions in the SSL guide?
http://jakarta.apache.org/commons/httpclient/sslguide.html

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to