Connect to JIRA using python over HTTPS authentication

shivanandnaik July 17, 2017

I am using JIRA python binding to write some POC in python. My JIRA instance uses single sign on over HTTPS. i.e. a smart card based SSL certificate is provided to the JIRA server during authentication.

 

I am trying to achieve same using JIRA Python but I require pointers to proceede. 

 

Please advice.

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 19, 2017

Hi Shivanand,

I found a couple Communities post that address communicating with JIRA via HTTPS:

JIRA Python Connection Over HTTPS

SSL3 Certificate Verify Failed when Connecting to JIRA API Using Python

In addition to that, I would also review the SSL Cert Verification section of the Advanced Usage section of the Python Request documentation.

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer