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

SSL Certificate Verification Error #60

Open
skhot0210 opened this issue Jul 11, 2018 · 0 comments
Open

SSL Certificate Verification Error #60

skhot0210 opened this issue Jul 11, 2018 · 0 comments

Comments

@skhot0210
Copy link

Hi,

I am trying to use the evernote-sdk based on the quick-guide of python mentioned on (https://dev.evernote.com/doc/start/python.php) . I have generated the dev_token successfully but when I am trying to run the below code, I am facing an SSL Certificate verification error:

dev_token = "put your dev token here"
client = EvernoteClient(token=dev_token)
userStore = client.get_user_store()
user = userStore.getUser()
print user.username

The error is as below:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1045)

Please suggest if I am missing out on anything. Thanks.

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

No branches or pull requests

1 participant