[SOLVED] using server sdk in Function throws Handshake error in client CERTIFICATE_VERIFY_FAILED
- 0
- Self Hosted
- Functions

Appwrite hosted on digital ocean, function uses Dart 2.17 runtime, Endpoint set to https:// {public_server_ip} /v1

should I use domain instead of raw public ip?

When using IP you should set selfSigned
as true
But if you can it's best to use the domain.

[SOLVED]using server side sdk in Function throws Handshake error in client CERTIFICATE_VERIFY_FAILED

[SOLVED] using server sdk in Function throws Handshake error in client CERTIFICATE_VERIFY_FAILED
Recommended threads
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'тест '}]) This code al...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
