Hi,
Taking a quick look at this, i believe this is the part that goes wrong
keytool -import -trustcacerts -alias $myAlias -file $myServerCert -keystore
$myKeyStoreFileName
It looks to me that you are importing a certificate that is supposed to
be your server certificate as if it were a cert
code is not very
generic; it gives internal server error on non-SSL request (quite easy
to fix if required) plus some minor concerns.
-Tapio Niemi
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
being able to make guesses how this would work. I'm running Tomcat
7.0.22 configured to require client certificate authentication, which
itself is working fine.
Thanks in advance!
-Tapio Niemi
-
To unsubscribe, e-ma