Forums

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

Problem with AppLink between Jira and Confluence.

Alexey Astafyev
Contributor
June 23, 2022

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 "";


 

0 answers

Suggest an answer

Log in or Sign up to answer