Hiya.
I'm a little inexperienced with SSL and HTTPS, so I'm not sure if what I've been trying does anything. My redirect URIs for my OAuth providers are all HTTP - despite Appwrite saying they should be HTTPS.
I'm using Cloudflare, on full mode - using caddy to make the SSL certificates. These point to the 80 port from Appwrite - is that the issue? Because I can't seem to point the domains to the 443 port from Appwrite because then I get conflicts.
I tried the FORCE_HTTPS parameters in the .env file but they cause redirect issues (probably between Caddy and Appwrite comunicating?)
I'm not really sure on how all this works, sorry. Thanks making such a great service though!
Got it working - had to make Caddy proxy the domains to Appwrite's 443 port and disabled the insecure tls check:
reverse_proxy https://localhost:8443 {
transport http {
tls
tls_insecure_skip_verify
}
}
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...