I had similar problems.  I added the following parameter to my Connector

            <Parameter name="secure"        value="true" />
            <!-- <Parameter name="clientAuth" value="true"/> -->

The documentation lists only clientAuth which I don't know what it does.
Once I added secure, it all worked fine.

-----Original Message-----
From: Mandar Joshi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 27, 2001 6:19 PM
To: [EMAIL PROTECTED]
Subject: Anybody doing SSL with Tomcat successfully (SSL Direct)?


I am facing this problem - could not resolve it yet

TIA
Mandar

----- Original Message -----
From: "Mandar Joshi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 4:27 PM
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]

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

Reply via email to