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_VERIFY_FAILED #324

Open
Apr9490 opened this issue Nov 25, 2024 · 0 comments
Open

SSL: CERTIFICATE_VERIFY_FAILED #324

Apr9490 opened this issue Nov 25, 2024 · 0 comments

Comments

@Apr9490
Copy link

Apr9490 commented Nov 25, 2024

Hi,

Im using the below code to get the device details.

from pyemvue import PyEmVue

email = input('Enter email: ')
password = input('Enter password: ')

print('Attempting to log in...')
vue = PyEmVue()
vue.login(username=email, password=password)

details = vue.get_customer_details(email)
print(f'Successful. Your customer id is {details.customer_gid}')

Im getting the below error. Could someone please assist.

Exception has occurred: SSLError
SSL validation failed for https://cognito-idp.us-east-2.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1000)

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