Base URL in Jira correctly set to the https link?
Correct proxy configuration in jira server.xml?
In you server.xml you find the section <Connection>
There you need to enter the proxy information.
This is the part from my server.xml:
<Connector port="8080"
address="127.0.0.1"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
bindOnInit="false"
proxyName="yourProxynName.com"
proxyPort="443"
scheme="https"
secure="true"
/>
Configuring NGINX and the Tomcat Connector is also described here:
https://confluence.atlassian.com/jirakb/integrating-jira-with-nginx-426115340.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's usually the proxyName, proxyPort and scheme settings that are wrong, as they have to be added to make a proxy work with Atlassian applications.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.