SSL and Apache Tomcat 5.5.20
843811Jan 5 2007 — edited Jan 5 2007Hi
Maybe java forum is not right place where to put this post, but it is worth a try...
im using tomcat 5.5.20 and i have read tomcat-docs how to configure server for ssl... i have done everything (checked so many times...), restart my server too, but still ssl does not work...
when i try to open https://localhost:8443 but it takes so much time "loading the page" and then fails...
when i try http://localhost:8443 it work but with no ssl... :(
my server.xml config file :
<!-- Define a SSL HTTP/1.1 Connector on port 8443 -->
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
any help?