cancel that last one, was assuming you were using apache for some bizarre
brain-lack-of sleep reason.

8o)

Adam.

----
Adam Fowler
Second year Computer Science undergraduate
University of Wales, Aberystwyth
Carroll College, WI, USA(2000-2001)
web: http://gucciboy.dyndns.org/aff9
e-mail: [EMAIL PROTECTED]
"Every new beginning comes from some other beginning's end"
----


-----Original Message-----
From: Mandar Joshi [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 6:27 PM
To: [EMAIL PROTECTED]
Subject: tomcat with SSL


Hi,

I am using tomcat V3.2. I am trying to configure SSL for stand alone tomcat.
I have following entry in the server.xml file
        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"

value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"
                value="8443"/>
            <Parameter name="socketFactory"
                value="org.apache.tomcat.net.SSLSocketFactory" />
            <Parameter name="keystore" value="tomCertStore" />
            <Parameter name="keypass" value="mypass"/>
     <Parameter name="clientAuth" value="false"/>
        </Connector>

When I start tomcat it shows me that it has started listening to port 8443
however When I type https://myserv:8443/, it gives me 'The page cannot be
displayed' error

Tomcat consol dumps following lines
2001-02-24 04:18:13 - Ctx(  ): 400 R( /) null
2001-02-24 04:18:13 - Ctx(  ): IOException in: R( /) Socket closed

Any ideas why is this happening ?

Thanks in advance
Mandar


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to