Forums

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

How to link from jira to confluence after changing the certificate?

Alexander Schichow March 13, 2019

So, here's the situation. The certificate we used on our jira/confluence machines has expired, so we got ourselfs a new one and i simply exchanged the old certificate with the new one. The root CA remained the same as well as the intermediate CA. The used certificate is a wildcard. So basically the same certificate is installed and trusted on both machines. However, when trying to link the two over application links, both machines tell me that the certificate used on the other machine can't be trusted since it's not installed locally. 

Both machines are running behind a nginx reverse proxy and according to tomcat's documentation there is no need for a .jks in that case. 

Now my question is, am I missing something?

 

Thanks for your replies.

2 answers

1 accepted

0 votes
Answer accepted
Alexander Schichow March 15, 2019

figured it out. Apparently Jira as well as Confluence insist on having the certificate stored in the .jks even with a reverse proxy.

after I added our wildcard to the corresponding .jks' the link was back 

0 votes
Petr Vaníček
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.
March 13, 2019

Hi,

when you try ping from jira server to confluence server by domain name (so for example run "ping jira.demain.tld" from confluence). Are you getting public IP or internal one? If internal one then you need change it in your local DNS or in hosts file.

If this is not your problem then let me know and I will try find some another reason for it.

Alexander Schichow March 13, 2019

Hi Petr, thank you for your reply.

Am I assuming correctly that you mean the loopback when you say internal IP?

If so, then my answer is, yes I'm getting the public IP when i ping either of the machines. 

If you actually mean the IP we used for those machines, the answer however, is that our machines are not publicly accessible and therefore only have internal IPs.

 

Also, like I mentioned before the application links used to work on both sides until I had to exchange the certificate.

Petr Vaníček
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.
March 13, 2019

Did you reload/restart proxy?

Alexander Schichow March 13, 2019

Yes, i did. Accessing the sites works fine as well.

Suggest an answer

Log in or Sign up to answer