The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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 comment

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

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