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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.