We try to setup App Link between Jira and Confluence. But it does not work properly. From Confluence we see Jira very well.
But from Jira we get error - The Jira server was contacted but has returned an error response. We are unsure of the result of this operation.
Both instances work through one reverse proxy nginx.
Any ideas to resolve it?
Part of Jira config
location / {
satisfy any;
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
proxy_pass http://10.10.10.100:8080;
client_max_body_size 100m;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Part of Confluence config
location / {
proxy_pass http://10.10.10.101:8090;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded_For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Authorization "";
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.