How to bypass network and proxy configuration in Jira Datacentre?

MK
Contributor
May 30, 2019

I understand that adding a connector to bypass proxy configuration is pretty simple in Jira server i.e: add below in server.xml

for example:

<Connector port="8081"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
acceptCount="100"
disableUploadTimeout="true"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"/>

 

Question: How can I bypass the proxy and SSL on Jira data-center?

 

Background:

  • Jira data-center configured with 3 nodes
  • SSO/SAML configured
  • SSL configured using wildcard certificate at load balancer

Please, provide some insights on this!

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
0 votes
Answer accepted
MK
Contributor
June 17, 2019

Add the connector port in server.xml file and restart Jira on each node.

TAGS
AUG Leaders

Atlassian Community Events