On Thu, 2011-11-17 at 05:02 -0800, rosiere wrote:
> Hello,
> 
> Of course I restarted my Tomcat.

No offense meant, had to ask.  Can't assume anything.

> 
> This is the SSL portion of my server.xml and it has noting wrong.
> 
> 
>     <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
>                maxThreads="150" scheme="https" secure="true"
>                keystoreFile="$pathToMyKeystoreFile"
>                keyAlias="tomcat"
>                keystorePass="tomcat"
>                clientAuth="false" sslProtocol="TLS" />
> 

Yes, agreed.  Looks fine assuming that "$pathToMyKeystoreFile" points to
the correct keystore file.


What do you see in the output of "keytool -list -v -keystore
$pathToMyKeystoreFile"?  In particular, what is listed for "Alias
name:", "Entry type:" and "Certificate chain length" for each entry?


Dan

Reply via email to