|
RE: Set up Tomcat for SSL Communication: msg#00307text.xml.soap.user
If u don't wish 2 way authentication(i.e u need only client side authentication) then may be u need to set clientAuth="false". Otherwise just confirm that u have created the alias by the name of tomcat and specified the correct KeyStore and KeyPass. If u have used these as default then u can remove them from the server.xml file. Hope this will help u. Tarun -----Original Message----- From: Leng, Jialing [mailto:jialing.leng@xxxxxxxxxxxxxxx] Sent: Friday, May 24, 2002 8:44 PM To: soap-user@xxxxxxxxxxxxxx Subject: Set up Tomcat for SSL Communication I am new to Soap and newer to Soap over SSL. I am using TomCat 4.0.3 and trying to set up it for SSL communication. I generated the keys as instructed in the document "Setting up Apache Tomcat and a Simple Apache SOAP Client for SSL Communication." and update the server.xml with the following: <!-- Define an SSL HTTP/1.1 Connector on port 8443 --> <Connector className="org.apache.catalina.connector.http.HttpConnector" port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="10" debug="0" scheme="https" secure="true"> <Factory className="org.apache.catalina.net.SSLServerSocketFactory" keystoreFile="C:\webservice\server.keystore" keystorePass="changeit" clientAuth="true" protocol="TLS"/> </Connector> But when I go to https://localhost:8443/index.html, nothing is displayed, Why? I have been stuck here, any help would be much appreciated ! Jialing |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: no signature match for message service: 00307, Jonathan Yue |
|---|---|
| Next by Date: | RE: Set up Tomcat for SSL Communication: 00307, Leng, Jialing |
| Previous by Thread: | RE: Set up Tomcat for SSL Communicationi: 00307, Jonathan Yue |
| Next by Thread: | RE: Set up Tomcat for SSL Communication: 00307, Leng, Jialing |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |