Stuck trying to cofigure SSL
Peter Schober
peter.schober at univie.ac.at
Sat Feb 1 08:43:18 EST 2014
* Craig_Caughlin <craigcaughlin at gmail.com> [2014-01-31 23:15]:
> According to the Tomcat documentation (
> http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html ), I've done:
Like Nate said, this has nothing to do with Shibboleth.
Your Connector is missing a keystoreFile (and keystorePass), even
though the documentation above has those included (so just
copy+pasting would have taken care of that).
Also for normal TLS/SS webserver the port should be 443 (not 8443) and
the certificate should not be self-signed but from a trustworthy
(cough!) Certificate Authority. And for that certificate you'd have to
configure the trust chain (intermediary certificates).
Errors will be in Tomcat's log files. Without learning where to look
this will not be a happy journey.
-peter
More information about the users
mailing list