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.
I would expect this to "just work". Just to confirm, you have configured this manually? You are not writing an Atlassian Connect addon?
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.
Also its self signed certificate in the url
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?
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.
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?
It looks like you're new here. Sign in or register to get started.