[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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?