Me Self
2010-04-15 16:24:49 UTC
I am trying to use port 443 for https - without success so far.
I changed from 8443 to 443 in two places in server.xml:
<Connector protocol="HTTP/1.1" port="80" ... redirectPort="443" />
...
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="443" ...
scheme="https" secure="true" clientAuth="false"
keystoreFile=...
keystorePass=... sslProtocol = "TLS" />
But apparently this is not enough because when I navigate to a
confidential part of the web app tomcat
sends a http 302 redirect to port 8443 still instead of 443..
What am i missing?
I changed from 8443 to 443 in two places in server.xml:
<Connector protocol="HTTP/1.1" port="80" ... redirectPort="443" />
...
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="443" ...
scheme="https" secure="true" clientAuth="false"
keystoreFile=...
keystorePass=... sslProtocol = "TLS" />
But apparently this is not enough because when I navigate to a
confidential part of the web app tomcat
sends a http 302 redirect to port 8443 still instead of 443..
What am i missing?