LuciOriginal post
Web Developer
Good evening! I installed Appwrite on my hosting via Docker Compose. Then I set up the .env configuration. But for some reason it does not support HTTPS, when logging into the console it writes "Connection is not secure"
The data from the SSL tab did not help (https://gist.github.com/eldadfux/eb3ed1c4e5f43b7f7259469dd29312c5)
Maybe it's because I set everything up correctly only after the first launch and I need to restart Appwrite in a special way so that it starts the certificate issuance procedure again?
Summary
Problem: Appwrite installation on hosting via Docker Compose does not support HTTPS, showing "Connection is not secure" in the console.
Solution: It appears there is an issue with the SSL certificates. Refer to the data in the SSL tab (https://gist.github.com/eldadfux/eb3ed1c4e5f43b7f7259469dd29312c5) for possible solutions. Restart Appwrite to trigger the certificate issuance procedure again.