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 All,
Why Webhooks not triggering the external URL if that is HTTPS? My JIRA server is hosted in Cloud. Is there any settings/Configuration in JIRA to call a HTTPS url in webhooks?
Thanks
Esh
If you're trying to connect to a self-signed certificate, that will fail as the certificate doesn't exist in the Cloud instance's trust store. Cloud only allows connecting to SSL endpoints that have certificates that are signed by a proper CA (ie one that exists in the Java trust store).
You could either get a signed certificate (they're relatively cheap) or would need to look at connecting over HTTP (which is not recommended since the traffic isn't encrypted).
Also it will either need to be running on 443, as other traffic is not allowed through our outbound proxies.
Hi David, We enabled HTTP access in the destination url ONLY for JIRA Cloud instance. Actually we enabled port 80 in the destination server for this IP 104.192.140.178 (https://msi-dev.atlassian.net). Still not working, why?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would help to raise a support case for this at https://support.atlassian.com and we can have a look further. I went to raise one for you but wasn't 100% on which account to use, and didn't want you to miss the mail.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David, my account email id is Aver.eswaran@gmail.com. Also we are planning to buy SSL Certificate to solve this issue. Are you sure if we buy proper certificate, Webhooks can able to trigger?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure if it will or not without looking further, we created a support case for you and can take a look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I configured manually. I did not write any addon. If I use HTTP instead HTTPS, its working without any issue. But I want to post only in HTTPS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would expect this to "just work". Just to confirm, you have configured this manually? You are not writing an Atlassian Connect addon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.