
Appwrite version 1.3.7. On the very first api the login. We get the error. This only happens to some users, a low percentage.
I did try several fixes like overriding the https with a x509:
class MyHttpOverrides extends HttpOverrides{ @override HttpClient createHttpClient(SecurityContext? context){ return super.createHttpClient(context) ..badCertificateCallback = (X509Certificate cert, String host, int port)=> true; }
^ Did not work.

what error?


Looking at the code, I assume you have an invalid cert error. You can use client.setSelfSigned()
then.

Sorry sems like photo did not upload.

HandshakeException

HandshakeException on some devices

Wondering why is it happening on some devices ?

It's hard to reproduce, fix

some devices don't get updates so their CA certificates are outdated

Thank you for the selfSigned tip, this is not easy to find in the docs.

I will give it a go.

And report back

[SOLVED] HandshakeException on some devices
Recommended threads
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
