
I setup all but I continue get this error "502 bad gateway openresty" or "ERR_SSL_UNRECOGNIZED_NAME_ALERT", in the docker compos in the traefik section i setup this (the ip correspond to internal docker npm ip)
- --entrypoints.appwrite_web.forwardedHeaders.trustedIPs=172.23.0.2
- --entrypoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.23.0.2

You should be putting Appwrite's traefik and NPM on the same docker network. Then, the destination should be https://appwrite-traefik (on the standard 443 port).
For additional help, see https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243

ok, but it's in the same network

And I can't see this https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243 because is only for members, sorry


Then you should be able to use 443 for the port and the name of the container for the host

thank you, I'll try and give updates👍

Now I'm getting this ERR_SSL_UNRECOGNIZED_NAME_ALERT

Weird...something is wrong with your cert in NPM

Check the certificate
Recommended threads
- Problem for certificate
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 l...
- SMTP Error: Could not connect to SMTP
My appwrite self-hosted instance on DigitalOcean cannot sennd emails. The following results were performed Log: ``` docker compose logs -f appwrite-worker-mail...
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
