Hello All,
I'm trying to setup SSL mode in
Tomcat and followed the documentation given in Apache site. But unforutunately I could not start it in https. Could you please advice what I'm missing here.
server.xml
I also have my keystore created using keytool and provided the path in server.xml
After the restart of the server, when I try to access
https://localhost:8443 I get page can not be displayed.
When I look into the logs
I see that the protocol specified in server.xml is used but, not sure why it is not starting in https mode.
Any advice.