Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up Confluence with SSL on Nginx causes errors

yeswayit
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 29, 2019

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"/>

 

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2019

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events