Forums

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

Send web request Error publishing webhook. Response HTTP status: 500

Mariam Mohamed
Contributor
March 3, 2025

I'm trying to create new automation rule in Jira - datacenter as global rule. for this automation when any issue is closed it will trigger a send web request. The part of Send web request is failing with error:

Error publishing webhook. Response HTTP status:

500
Error response HTTP body:
send wr.PNG
error in logs:
error.PNG
error in validate:error 2.PNG

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk
Community Champion
March 4, 2025

Hi @Mariam Mohamed 

This is likely caused by an SSL certificate. It is unable to verify the SSL certificate of the webhook URL. The SSL certificate might be self-signed or issued by an untrusted CA. If that's the case, you need to import it into the Jira Java keystore.

You can import it into Jira Java keystore by using keytool -import

Mariam Mohamed
Contributor
March 4, 2025

Thanks @Tuncay Senturk I'm adding the certificate to cacert, hope it works

Like Tuncay Senturk likes this

Suggest an answer

Log in or Sign up to answer