I have followed your procedure which has been stated on 
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html to use SSL or https
with JSSE implementation.

Below is configuration for my server.xml
<Connector SSLEnabled="true" acceptCount="100" clientAuth="false"
                disableUploadTimeout="true" enableLookups="false" 
maxThreads="25"
                port="8443" keystoreFile="${user.home}/.keystore" 
keystorePass=<my_password>
                protocol="org.apache.coyote.http11.Http11NioProtocol" 
scheme="https"
                secure="true" sslProtocol="TLS" />

where <my_password> for obvious reasons I do not provide to you.

As a matter of fact, I have generated two trusted certificate entries with 
keytool:

keytool -list -keystore .keystore
Escriba la contrase±a del almacÚn de claves:

Tipo de almacen de claves: JKS
Proveedor de almacen de claves: SUN

Su almacen de claves contiene 2 entradas

root, 24/10/2012, trustedCertEntry,
Huella digital de certificado (MD5): 
E2:FF:EB:EF:B5:FA:85:2F:B4:85:FC:1B:1E:0E:94:37
tomcat, 24/10/2012, trustedCertEntry,
Huella digital de certificado (MD5): 
E2:FF:EB:EF:B5:FA:85:2F:B4:85:FC:1B:1E:0E:94:37

But when I put  https://localhost:8443/ on my explorer page, this crashes 
(tomcat server is running).


Any idea what is the problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to