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

CERTIFICATE_VERIFY_FAILED for nucleo.neatocloud.com #87

Open
d13g0 opened this issue Jun 10, 2024 · 0 comments
Open

CERTIFICATE_VERIFY_FAILED for nucleo.neatocloud.com #87

d13g0 opened this issue Jun 10, 2024 · 0 comments

Comments

@d13g0
Copy link

d13g0 commented Jun 10, 2024

Hello!

I am trying the library and I am running into this issue

HTTPSConnectionPool(host='nucleo.neatocloud.com', port=443): Max retries exceeded with url: /vendors/neato/robots/xxxxxxxxx/messages (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'nucleo.neatocloud.com'. (_ssl.c:1000)")))

here:

raise NeatoRobotException("Unable to communicate with robot") from ex

This goes away if you change the verify parameter to False... not sure this is OK though. Thanks.

Not sure if this is related but in my local I commented:

urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)

because I am using 2.2.1 and I was getting a
AttributeError: module 'urllib3.exceptions' has no attribute 'SubjectAltNameWarning'

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