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
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...