SSLError: Certificate Verify Failed error for JIRA request with the executable #5919
-
I am trying to make a connection to JIRA server using python and below is code:
When this code is run in powershell, I used to get this error:
To resolve this I installed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Looks like But perhaps you can try performing the same bootstrap steps at the beginning of your application (under |
Beta Was this translation helpful? Give feedback.
Looks like
python-certifi-win32
usessite
and.pth
file to call its bootstrap code. I very much doubt that works with pyinstaller.But perhaps you can try performing the same bootstrap steps at the beginning of your application (under
sys.frozen
check so that it applies only to frozen application).