Hi, Jialing,

Here is our tomcat src:

jakarta-tomcat-3.3-b2-src.tar

I didn't try new version of tomcat, because that's our
current setup.

I used -Djavax.net.debug=ssl in client test and also used -D...
options in the client startup. Somehow the System.setProperties()
didn't work (probably becaue of the default trustmanager)
when setting up the keystore/pass.

But first you need to see if your regular http will work or not.

(I have had my apache/http, apache/https, and tomcat/ssl, client/ssl all
working
now, what a success :)

Regards
Jonathan


-----Original Message-----
From: Leng, Jialing [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 27, 2002 6:48 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Set up Tomcat for SSL Communication 


Hi Jonathan,

Which Tomcat are you using ? 

Http part works fine in my setting. But I could not get to see the
the default home page for your Tomcat installation from https 
URL. I use Tomcat 4.0.3 and it uses jdk 1.4 which has integrated
JSSE library. I have generated the keystore and certicates. I have
also updated server.xml as instructed in the doc SSL-HOW-TO.
What else do I need to set up ?

Thanks,

Jialing

-----Original Message-----
From: Jonathan Yue [mailto:[EMAIL PROTECTED]]
Sent: 24 May 2002 18:39
To: '[EMAIL PROTECTED]'
Subject: RE: Set up Tomcat for SSL Communication 



First get the J2SDK1.40 from Sun and start tomcat using this and compile
all your java classes using this. Then you need to try the http without
https to see if it is ok.

I am using Apache/tomcat, I have included tomcat.conf-auto
in httpd.conf and created worker.properties. It is a long way, don't
rush :)

J.

-----Original Message-----
From: Leng, Jialing [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 8:14 AM
To: [EMAIL PROTECTED]
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

Reply via email to