Hi,

When you give the HTTPS url and it should work.

If it is doesn't work, most probably it is not a well known root
certificate. In this case add the following properties to the System in
client code.
System.setProperty("javax.net.ssl.trustStore","path to keystore" )
System.setProperty("javax.net.ssl.trustStorePassword","apache")


Cheers,
Dimuthu

On Tue, 2007-07-10 at 14:38 -0400, [EMAIL PROTECTED]
wrote:
> Hi,
> 
> If I deploy a service using https, then is there anything special I need to 
> do on the client side, or does the built-in http library take care of the 
> certificate stuff?
> 
> thanks
> Michael Davis
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to