Hi Team,
I am getting below error while connecting to JIRA Rest API :- Could you please suggest how this SSL certificate issue can be resolved
Error
'Connection to REST api failed:', "HTTPSConnectionPool(host='jira.xyz.com', port=443): Max retries exceeded with url: /rest/api/2/issue (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))")
Thanks,
Himanshu Pant
You can exclude verification step, I do like this
https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/rest_client.py#L45
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.