Forums

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

Mixed content in Jira Service Desk when a user clicks on button to resolve request

Luis Vargas September 28, 2018

I write to ask for help after reviewing the official documentation and the posts of other users to integrate Apache Web Server (Proxy) with Jira. It's about the following:

When a user clicks the button to solve the request, an error appears in the network and the window to solve the request does not load.

But when checking in the browser console there is an error because a request is being made on http although the Jira base URL is correctly configured to use https, as is the tomcat connector (server.xml) that has the proxy parameters (proxyName = "jira.pensemos.com" proxyPort = "443"). The request that can be seen on screen has the following url:

http://jira.pensemos.com/secure/CommentAssignIssue!default.jspa?decorator=dialog&inline=true&id=15824&atl_token=BXJ0-5JBF-WHYW-J836_84afd56495351461545247670149d18b72766441_lin&_=1538168030479&action=761

2.png

When inactivating the browser protection, it loads the HTTP request (XMLHttpRequest) but another error appears with the same request. If the URL is taken and loaded into another tab, this request is redirected to HTTPS and loads correctly.

3.png4.png

 

5.png

 

6.png

I appreciate any comments

Best regard

 

2 answers

2 accepted

0 votes
Answer accepted
Luis Vargas October 1, 2018

Hi Jan,

I checked the configuration again and found that the error was being presented in the proxy section in the apache web server.

I changed this:

ProxyPass / https://jira.pensemos:8443/
ProxyPassReverse / https://jira.pensemos:8443/

To this:

ProxyPass / ajp://jira.pensemos:8009/
ProxyPassReverse / ajp://jira.pensemos:8009/

Using AJP has stopped presenting the problem.

Thanks for the quick reply

Regards

0 votes
Answer accepted
JP _AC Bielefeld Leader_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 29, 2018

Hi Luis,

what about the configuration on the proxy server side? Are you sure that all requirements are met on there?

Best

JP

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events