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:
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.
I appreciate any comments
Best regard
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
Hi Luis,
what about the configuration on the proxy server side? Are you sure that all requirements are met on there?
Best
JP
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.