I am trying to login in CLI and getting ✗ Error self-signed certificate
pref.json is
{
"endpoint": "https://abc.example.com/",
"cookie": "",
"key": "",
"selfSigned": "true"
}
server version 1.3.71
cli version 2.0.2
it seems, SSL is not yet generated for some reason 👀 , it have been quite a while...
Certificate seems to have been generated still it showing SSL is not there
The certificate is not trusted because it is self-signed.
Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
selfSigned need to be boolean
"selfSigned": true instead of "selfSigned": "true"
seems still not working,
✗ Error Not Found
Don't you forgot v1 at end of endpoint ?
yaa right
thank you
any idea about the SSL part?
Check you'r CNAME config
those seems fine
does SSL needs to be enabled for parent domain only then on child domain SSL gets enabled?
It doesn't sounds like a requirement
What are the logs of:
docker logs appwrite
docker logs appwrite-worker-certificates
Check list:
- Have you added the domain as a custom domain to any of your projects?
- Check the logs again after running
docker exec -it appwrite ssl
Recommended threads
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Failed sending to target <Email> with er...
Hi! I got this problem and trying to test the resend smtp server. But when I use messaging feature within the console it says. ```Failed sending to target <Ema...
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...