
I've used the Digital Ocean Appwrite one click feature. I've added a domain to my digital ocean droplet and updated my DNS records. It says that Appwrite will create an SSL within a few seconds of connecting via that domain. It's now been a few minutes and I continue to get "Your connection is not private". Any ideas on what I can do to fix this would be extremely helpful. Thank you!

Do you have your domain set in the .env file for the DOMAIN env variables? See https://appwrite.io/docs/environment-variables#general for more info.
Besides that, please make sure you take a look at https://appwrite.io/docs/certificates. If it's still not working, please share the logs

Geez, I put the domain in the wrong variable. I knew it was going to be something stupid like that. Thank you a ton!

No worries! There are a lot of variables so it's easy to miss. I'm glad it's working now!

[SOLVED] Digital Ocean SSL
Recommended threads
- Migration from Selfhosted to Selfhosted-...
Hi, i am trying to migrate from one self hosted instance (1.7.4) to another one (1.7.4) via the migration tool. I've tried repeatly, but it won't import all doc...
- Devops and migration schemas management ...
Anyone has suggestions on migration management with appwrite I am going to have one app that will have different isolated deployment. So I need to have updated...
- Invalid `queries` param: Queries must be...
I dont really understand why i am having this issues, ```import { Client, Users, Query } from 'node-appwrite'; export default async ({ req, res }) => { con...
