HosenurOriginal post
@everyone
Previously I was using a self hosted instance which was connected to my appwrite-cli, Now I want to login to my Appwrite cloud instance , but while trying to login or logout I get this error message
✗ Error Hostname/IP does not match certificate's altnames: Host: my.previous.domain. is not in the cert's altnames: DNS:symsup.a1routes.com
Summary
User is unable to login to another Appwrite instance and is receiving an error message about hostname/IP mismatch with the SSL certificate.
Solution: The user needs to change the endpoint to their Appwrite cloud instance. They can refer to the documentation (link provided) for instructions on how to configure it. Additionally, they should ensure they have a valid SSL certificate for their new instance to avoid hostname/IP mismatch errors.