Jira behind load-balancer and SSL accelerator

Deleted user December 1, 2013

Hello,

we are trying to get Jira running in the following setup:

The user is accessing an SSL accelerator on port 443. The connection redirected to a load balancer on port 80 which redirects the connect to a webserver on port 80.

We have configured the webserver the following way:

<VirtualHost XXXX:80>

DocumentRoot /fs1/www

ProxyRequests Off

ProxyPreserveHost On

ProxyPass /jira http://server1:9080/jira

ProxyPassReverse /jira http://server1:9080/jira

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

<Location />

Order allow,deny

Allow from all

</Location>

</VirtualHost>

The webserver proxies the connection jira running on a seperate application server on port 9080 with the following setting in the server.xml:

<Connector port="9080"

maxThreads="150"

minSpareThreads="25"

connectionTimeout="20000"

enableLookups="false"

maxHttpHeaderSize="8192"

protocol="HTTP/1.1"

useBodyEncodingForURI="true"

redirectPort="8443"

acceptCount="100"

disableUploadTimeout="true"

scheme="https"

proxyName="externalurl.net"

proxyPort="443"

secure="false"/>

Wherein externalurl.net is the URL configured for the SSL accelerator.

We now have the problem that Jira is throwing Mismatched URL Scheme errors and the Dashboard is malfunctioning. This happens in IE8 and Firefox 25.

Does anyone have any idea if this configuration is possible or do we have to change the network infrastructure?

Thanks.

Best regards,

Adrian

1 answer

0 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 4, 2013

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events