Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed SSL certificate error #136

Merged
merged 1 commit into from
Apr 1, 2021
Merged

Fixed SSL certificate error #136

merged 1 commit into from
Apr 1, 2021

Conversation

anatolykopyl
Copy link
Contributor

Fixes this error.

Detailed error message can be obtained by adding
pc.printout('ClientError {0!s} (Code: {1:d}, Response: {2!s})'.format(e.msg, e.code, e.error_response), pc.RED)
to the except block of the get_user definition
on line 1001.

The message reads ClientError URLError <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)> (Code: 0, Response: )

@Datalux
Copy link
Owner

Datalux commented Apr 1, 2021

Hi @anatolykopyl, thank you for this fix!

@Datalux Datalux merged commit 65f8fea into Datalux:development Apr 1, 2021
@anatolykopyl anatolykopyl deleted the development branch April 1, 2021 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants