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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to