You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do you have any suggestion creating application links between the two applications?
The issue is: Using the https addresses from nginx results in trust issues if there is no trust relation (you would have to import the CAs into the Java keystores), using the internal addresses like http://jira:8080 does not work since the application will redirect to a url not reachable form the browser
Hey,
do you have any suggestion creating application links between the two applications?
The issue is: Using the https addresses from nginx results in trust issues if there is no trust relation (you would have to import the CAs into the Java keystores), using the internal addresses like http://jira:8080 does not work since the application will redirect to a url not reachable form the browser
This seems to be a big issue when using a reverse proxy. There is no easy fix as it seems, additional connectors are suggested here: https://confluence.atlassian.com/kb/how-to-bypass-a-reverse-proxy-or-ssl-in-application-links-719095724.html
The text was updated successfully, but these errors were encountered: