I get the same problem with this topic
I already try 2 days but still not works at all..
this is my server.xml
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="/root/xyz.jks" keystorePass="asdfasdf" /> what step I do:
create file.jks create file.csr submit to comodo then comodo send me a link and a code for verification after verification, comodo send me a file.zip with 4 *.crt then I store all that file with keytool.
after store it, I configure the server.xml like the code at above
then I tried to run my tomcat 8.
then I tried to open https://example.com:8443 or https://example.com:443 it always like this
then I tried with http://example.com:8080/index.html
Can someone suggest me what must I do again?
What's wrong with my configuration?

