RE: Ploblem in deploying Axis1.3 document based web service over HTTPS

2006-03-09 Thread Junaid . Bhatra
the server first... From: [EMAIL PROTECTED] on behalf of Cyrille Le Clerc Sent: Thu 3/9/2006 11:30 PM To: axis-user@ws.apache.org Subject: Re: Ploblem in deploying Axis1.3 document based web service over HTTPS Hi Mohit, It looks like the SSL certificate of your server is not trusted by

RE: Ploblem in deploying Axis1.3 document based web service over HTTPS

2006-03-09 Thread Mohit_Goyal
: Ploblem in deploying Axis1.3 document based web service over HTTPS Hi Mohit, It looks like the SSL certificate of your server is not trusted by your client. For instance, this occurs with self-signed certificates. Connecting to a non-trusted SSL server from an Axis client is described in

Re: Ploblem in deploying Axis1.3 document based web service over HTTPS

2006-03-09 Thread Cyrille Le Clerc
Hi Mohit, It looks like the SSL certificate of your server is not trusted by your client. For instance, this occurs with self-signed certificates. Connecting to a non-trusted SSL server from an Axis client is described in Axis wiki. You have to use the SunFakeTrustSocketFactory : http://

Ploblem in deploying Axis1.3 document based web service over HTTPS

2006-03-09 Thread Mohit_Goyal
Hi all,   I developed a document based web service using Axis1.3 and it was working fine when I deployed it on simple http endpoint on tomcat 5. But when I regenerated the wsdl for https endpoint address and tried to deploy it using the following commands, it throws an AxisFault. I have t