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)
The user is experiencing issues with the certificate in NPM and is getting an ERR_SSL_UNRECOGNIZED_NAME_ALERT. They are trying to run Appwrite behind Nginx and have provided a link to a Medium article for further assistance. To resolve the issue, the user should ensure that Appwrite's traefik and NPM are on the same docker network and use the destination https://appwrite-traefik on the standard 443 port. The user also shared their docker composition, including the traefik section where they have set the trustedIPs to the internal docker npm IP. However, the user is still getting
Drake
Nov 4, 2023, 15:21
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).