Issue In Connecting With Jira Python September 28, 2023 Post a Comment I am using JIRA authentication in python: from jira.client import JIRA option={'server':'https://jira.nutanix.com/','verify':False} jira_obj=JIRA(options=options, basic_auth=(user,Solution 1: Please try sudo apt-get install libffi-dev sudo pip install -U requests[security] CopySource: Python Requests requests.exceptions.SSLError: [Errno 8] _ssl.c:504: EOF occurred in violation of protocol Share Post a Comment for "Issue In Connecting With Jira Python"
Post a Comment for "Issue In Connecting With Jira Python"