
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
- getFilePreview CORS Error but Database a...
Hi, I just noticed, that images i get using getFilePreview form Appwrite 1.6.2 (self hosted) are not shown anymore. I get "Response was blocked by CORB (Cross-O...
- Unable to Access Appwrite Console & API ...
I have been unable to access my Appwrite console and related services for the past two weeks. Additionally, the Appwrite integration on my production website ha...
- can't login
I'm not sure how to debug this ```appwrite | [Error] Timestamp: 2025-06-02T19:25:41+00:00 appwrite | [Error] Method: appwrite | [Error] URL: / appwrite | [...
