<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="400000"
redirectPort="443" />
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="5" SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateKeystoreFile="/var/lib/tomcat9/ssl/<myserver>.jks" certificateKeystorePassword="<mypassword>"
type="RSA" />
I have a problem that with this setting the server is only visible via http port 80. There is a timeout on https 433. Theoretically it listens to HMDM on ports 80 and 443, but I can't figure out the problem with port 443.I am new to tomcat and I kindly ask for help.