If the apache soap client is a servlet and the service is a perl cgi ,and both are 
under same webserver/port/machine, they we should be able to access using relative 
URL, and not have do SSL handshake again??

I tried supplying a relative URL and it gave a malformed URL exception - no protocol.

java.net.URL is expected in call.invoke. 

as soon as i give https:// in URL , it would mean additional SSL handshake. I was 
hoping that i will able to bypass this as long its in same webserver?

please help

thanks
madhukar

-----Original Message-----
From: Daniel Zhang [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 2:04 PM
To: [EMAIL PROTECTED]
Subject: Re: apache 2.3.1 and SSL


A good reference page for Tomcat -  
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html
Sun's  JSSE page for J2SDK 1.2.x and 1.3.x - 
http://java.sun.com/products/jsse/index-103.html
A page for JRUN - 
http://teaching.cs.uml.edu/~heines/tools/JRun4/docs/html/Programmers_Guide/wssecurity4.html

You need SSL certificates say from Verisign, Thawte or whatever(for 
testing, you can make self-signed certificates). You have to put 
certificates into keystores (or programmatically get that).  Also you 
need to configure your servers. Finally change SOAP calls from HTTP to 
HTTPs.

Daniel


Sinha, Madhukar [IT] wrote:

> I have JSSE 1.0.2 , does apache SOAP have a minimum requirement of 
> JSSE 1.0.3? we are using J2SE 1.3.0 here
>  
> thanks
> madhukar
>  
>
>     -----Original Message-----
>     *From:* Sinha, Madhukar [IT]
>     *Sent:* Thursday, June 03, 2004 1:38 PM
>     *To:* [EMAIL PROTECTED]
>     *Subject:* apache 2.3.1 and SSL
>
>     Hello
>      
>     I have SOAP webservices running under JRUN . Our server is moving
>     to SSL.  I understand that no changes need to be done on server side.
>      
>     but if i have java WEBservice clients - can someone suggest me
>     examples or how/what change will be needed . I saw that we need
>     JSSE 1.2.1 or higher. Please help with some information.
>      
>     Please help
>      
>     Thanks
>     MS
>
>          
>

Reply via email to