Forums

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

Jira Webhook closes connection before sending data

Samuel Esposto April 9, 2019

Hello,

 

We are trying to set up an https connexion for webhooks between a Jira Cloud and an API developed in NodeJS. 

We generated a certificate and installed it on the API server. Browsing from a browser the API url works correctly. Connection is secure and certificate is valid. 

 

When trying to send a webhook from jira cloud, here is what happens:

 

2019_04_09_11_17_29_164.132.214.122_Remote_Desktop_Connection.png

The API sends the Server Hello and Jira closes the connexion without sending the webhook. 

Is there any way to debug this ? 

 

Thanks in advance,

1 answer

0 votes
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 17, 2019

Hi @Samuel Esposto ,

Are you maybe using a self-signed certificate? If that's the case then that's why Jira closes the connection.

As mentioned in the Functional differences in Jira Cloud products:

Install intermediate SSL certificates

It is not possible to install intermediate certificates in Jira Cloud applications. Intermediate certificates could cause problems when you add secure POP/IMAP mail servers that have certificates signed by non-root CAs. 

The workaround is to obtain a certificate signed by a trusted root Certification Authority (CA). For a full list of these certificates, see this list.

Suggest an answer

Log in or Sign up to answer