IOS 2.0 beta login problem

I can login to the IOS v 2.0 (to older version too).
All the time I have error: Invalid client id or redirect url
No problem with browser login.
In the logs: SSL error while looking up redirect_uri https://home-assistant.io/iOS/beta-auth
I have ver 0.101.3
Any help? I have no idea what is wrong.

Similar to my problem: Authentication error: "Invalid client id or redirect uri"

except that in the logs I read “timeout” instead of “SSL error”

Same issue here. ver 0.102.2

“SSL error while looking up” means your HA can’t successfully complete the handshake with home-assistant.io. I’ve seen this error on a setup that is running HA on MacOS where people skipped the last step of python install that tells you how to update the trusted certificates list.

Taken from the python documentation:

macOS users: If you are using the Python 3.7 from the python.org binary installer linked on this page, please carefully read the Important Information displayed during installation; this information is also available after installation by clicking on /Applications/Python 3.7/ReadMe.rtf. There is important information there about changes in the 3.7 installer-supplied Python, particularly with regard to SSL certificate validation.

Thanks, works after installation of SSL certificate.