Re: apache 2.3.1 and SSL
Daniel Zhang <[email protected]>
| Newsgroups | gmane.text.xml.soap.user |
|---|---|
| Message-ID | <[email protected]> |
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 > > >