I have JIRA and Jenkins installed locally on my system. Jira is installed with http on port 8082 and Jenkins is configured with https on port 443.
I have configured Jira Trigger Plugin which triggers Jenkins build if status is changed in JIRA, it works fine when Jenkins is launched with http on port 8083.
Webhook URL - http://localhost:8083/jira-trigger-webhook-receiver/
It does not work when jenkins is launched with https on port 443.
Webhook URL - https://localhost/jira-trigger-webhook-receiver/
I downloaded ".pem" file (security file) from Jenkins server (https://localhost) and added it into the keystore of JIRA (E:\JIRA\8.5.1\Install\jre\lib\security\cacerts) on my local installation but I was not able to trigger jenkins build based on JIRA status change.
I went ahead and added ".pem" in every "cacerts" keystore of every java which is installed on my system but still it was not working for me.
Can anybody please help me here, what am I missing when it comes to configuring webhook for jenkins server if jenkins is configured with https.