You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone,
I am working on integration of JIRA/Confluence and Azure SSO, we setup the NGINX to route HTTP (Jira/Confluence, which means we don't enable the https connector in corresponding tomcat file) -> HTTPS using self-signed certificate.
However, there are 2 errors which I think should be related to Java SSL certificate issue.
1. it shows gadget.common.error.500 in activity stream on Jira homepage, and from the atlassian-jira.log:
[c.a.t.j.healthcheck.support.GadgetFeedUrlHealthCheck] An error occurred when performing the Gadget feed URL healthcheck
javax.net.ssl.SSLPeerUnverifiedException: Certificate for <our domain name> doesn't match any of the subject alternative names: []
2. Azure SSO fails only on Jira and from the atlassian-jira.log:
“INVALID_SIGNATURE Invalid response. Invalid certificate recieved in response. Please contact your Azure AD admin.”
Apart from the above, everything works pretty fine. Confluence is working properly with Azure SSO. Could anyone from community help me on that? Many thanks.