I keep getting the message :
Tomcat config is incorrect
The Tomcat server.xml has an incorrect configuration:
scheme should be 'https'
proxyName should be 'yeswayit.nl'
proxyPort should be '443'
While my server.xml is changed according to :https://confluence.atlassian.com/doc/running-confluence-behind-nginx-with-ssl-858772080.html
<Connector port="9001" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="https" secure="true" proxyName="yeswayit.nl" proxyPort="443"/>
This looks like you've put the right settings into a connector, but the proxy is connecting to another connector.
What does your nginx proxy point to?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.