You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mandar Joshi <ma...@commerceroute.com> on 2001/03/06 03:50:44 UTC

SSL Direct - Mystery solved !!

This is really funny !

It worked when I generated a self signed certificate and kept it in
keystore.
Earlier I was using my certificate which I had gotten issued from a CA, in
this case Tomcat is not able to handle it ?? Developers pl. look in this
problem

Regards,
Mandar

----- Original Message -----
From: "Mandar Joshi" <ma...@commerceroute.com>
To: <to...@jakarta.apache.org>
Sent: Monday, March 05, 2001 2:29 PM
Subject: SSL Direct - badly in need of help.


> Hi All,
>
>  am trying to SSL Direct configuration.
> I have a servercertificate installed in a store.
>
>         <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="/tomcat/conf/tomcatServerCerts" />
>             <Parameter name="keypass" value="changeit"/>
>             <Parameter name="clientAuth" value="false"/>
>         </Connector>
>
> I have made an entry in the java.security file as followes
>     security.provider.2=com.sun.net.ssl.internal.ssl.Provider
>
> I go to the following link
> https://mandar:8443/index.html from IE -  It gives me message
> The page cannot be displayed
> The error on the tomcat console is
> 2001-03-05 02:25:54 - Ctx(  ): 400 R( /) null
> 2001-03-05 02:25:54 - Ctx(  ): IOException in: R( /) Socket closed
>
> If use http://mandar:8080/index.html - Works properly
>
> Can you advice me on this problem.
>
> Thanks in advance,
> Mandar
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, email: tomcat-user-help@jakarta.apache.org