-
-
Notifications
You must be signed in to change notification settings - Fork 88
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 #62
Comments
Installed version is:
Operating system Mac OS X with python 3.6 |
When getting the certificate from ios.meross.com:443 I get the following:
|
Hi, is this problem still occurring? I was unable to reproduce it on my own... I just want to make sure it wasn't a temporary ssl certificate being installed on Meross' mqtt broker... |
I have also bumped into this problem, and have found out that it was because for python 3.6 or 3.7 on OSX requires a post install of certificates. |
Glad you fixed. I've added a note into the readme. |
I'm running on Python 3.9 and encountered the same issue. The command can be modified to: |
I used a subset of the small example script that you provided in the README.md.
But when executing (env variables are set properly), I get the following error:
Any ideas?
My script:
The text was updated successfully, but these errors were encountered: