python-anydo
python-anydo copied to clipboard
No longer works - SSL verify failed
To fix:
In lib/auth.py change the server hostname to sm-prod2.any.do.
Likewise in bind.py change the host to host = "https://sm-prod2.any.do"
I think they have done a sneaky and changed their REST server like this. Fortunately the new one works a treat.
Not working for me. :unamused: Is this still working for you?
Yes.
From memory there may be other places in the source files which have the host hardcoded. Maybe do a MITM to work out where the URL is getting hit or grep the source?
Whats the error?