Also, are you using standard port for HTTPS?
With permission, I'm entering there
yes, nginx (80-443) -> appwrite 1.4.1 (80, 443)
First domain appwrite.bonfisoft.com Seems using SSL correctly 👀
nginx is actually a dockerized nginx proxy manager BTW
Both domains are using SSL in my side 🧐
Specifically TLS 1.2
NPM requests the certs when the redirect is set up. The issue i think is appwrite trying to request another
What do you mean?
Also, are you using NGINX to proxy 2 domains to Appwrite?
I have a router exposed to the internet, the router send all 80 and 443 requests to a machine running NPM. NPM proxies the domains to Appwrite.
the domains are proxeied to port 80, 443 on the apprwite machine running docker
so i think the main domain works because it gets the provisioned ssl from npm. the other domain works externally because of the same reason. But when from inside you set up the custom domain in a project, the cert worker somehow cannot get the verification
Ya you might be fine. No need to appwrite to set up an SSL certificate if NPM already has one
so just disregard cert status? but then it doesn't let me change the custom domain endpoint.
Because the domain is set by the proxy
Basically both domain and SSL are being handled by the proxy
Can you recreate?
you mean the custom domain entry? Yes tried. custom domain entry gets verified, cert creation by apprite fails, project endpoint still points to main domain
was going to try to update the endpoint with the cli, but the cli is broken too!
That won't change. Just disregard.it
ok. so i can just keep the main endpoint and won't mess up cors?
Ya and you should be able to use your custom domain in your app too
Awesome thanks!
I'll try that and come back if doesn't work. Thank you1
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- 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 ...