Hi,

I did it now so many times - it always worked - configuring tomcat for SSL.

Today: New server, new certificate.

Create new keystore, imported root, intermediate and server certificate,
configured the connector, same as usual.

But... http does not work. No error in tomcats log, nothing. Browser says
that it cannot load the page due to a connection problem, maybe security
issue.

How can I debug this ssl problem?

  <Connector 
        SSLEnabled="true" 
        clientAuth="want" 
        maxThreads="150" 
        port="8443" 
        protocol="org.apache.coyote.http11.Http11NioProtocol" 
        scheme="https" 
        secure="true" 
        sslProtocol="TLS"
        keystoreFile="conf/tomcat.jks"
        keystoreType="JKS" 
        keyAlias="tomcat"
        keystorePass="changeit"
        />

Thank you


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

Reply via email to