Hi all,
        I've configured my tomcat server to use SSL with the explanation
in tomcat site (ssl-howto.html). After this configuration when I try
https://localhost:8443 in Internet Explorer the page try to open for a
long time and then I get "The page cannot be displayed" error. I even
tried with Mozilla FireFox and I had the same result.

        I'm using Tomcat 6.0.16 and JRE 1.6.0_06 and I have the
.keystore in the default directory. I chose the normal installation for
Tomcat without the APR package. I didn't install the JSSE because I have
the last version of JRE and as I read isn't necessary.
I configured the connector in the "server.xml" file as below:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="${user.home}/.keystore"
keystorePass="mypasswd"/>

Does anyone know if is needed more configuration to use ssl?

Thanks, Khalil.

Reply via email to