Hi,
We have successfully installed Jira and Confluence on a test server @ http://jiratest.domain.ca:8080 and http://jiratest.domain.ca:8090 respectfully.
We have setup the cookies for session management, and have OAuth working perfectly.
NOW we would like to offload https to a LB at different domains.
We have added a LB rules for 2 new domains.
Each of https://jiratest.domain2.ca and https://confluencetest.domain2.ca can reach it's own application at :8080 and :8090… but but some problems occur.
BaseURL needs to be changed. YUP ... Easy to do
BUT; Cannot update the Application links and the message regarding the connector adjustment appears...
scheme should be '<recommended scheme>'
proxyName should be '<recommended proxyName>'
proxyPort should be '<recommended proxyPort>'
The Jira connector in use:
<Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>
The Confluence connector in use:
<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"/>
Do I just add the following to each server.xml connector and restart?
scheme="https" proxyName="jiratest.domain2.ca" OR proxyName="confluencetest.domain2.ca"
proxyPort="443"/>
yeah that should do it. If you are using proxy, that url needs to be in above block.
Do I need the redirectPort="8443"?...
I am trying to get rid of certs on the server?...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.