[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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...