You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)")))
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:
pybotvac/pybotvac/robot.py
Line 191 in d14c038
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:
pybotvac/pybotvac/robot.py
Line 26 in d14c038
because I am using 2.2.1 and I was getting a
AttributeError: module 'urllib3.exceptions' has no attribute 'SubjectAltNameWarning'
The text was updated successfully, but these errors were encountered: