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]

Reply via email to