
Im having an issue just on 1 computer, (mine) I formatted yesterday and today when trying to login or trying to do anything from the app im not allowed due to some ssl issue, but all other users are working correctly, I read it could be related with my time? I was looking at your git and saw someone else found the issue on their end but I cant find the solution?
SSL is valid just in case you are wonder, and everything was working until I reinstalled my windows.

@Isai can you give us more information plz. Screens of errors for example


If it's a self signed certificat, you need to tell it to client, to allow load unsigned certificat

well, the issue seems to be only on my windows computer, I think is related with the date set but its all sync so I dont know what to do, Im asking here because I saw someone else finding the same issue on their end and I thought you might have some ideas where I can check this.

If it's related to time, you can't go to google or discord website, cause all ssl handshake failed

i not use flutter so I can't help more, sry

yeah its weird is only happening on my flutter client, all other, I can see the correct ssl on any browser

oh dont worry, thanks for attention!

@Isai Just to clarify - you're facing this issue when running a flutter app on your computer, which you recently formatted?

yes, I went to the flutter discord to ask for help and I found out is because I was not getting the root certificate from letsencrypt guys, so most of the internet was not able to finish the handshake, the solution was to go to powershell and use this command :
Invoke-WebRequest {url}
with the url that I was having issues with

(SOLVED) HandshakeException

[SOLVED] HandshakeException
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- CRUD Operations don't work
Hey all, Create, update, and delete is not working for the Appwrite database. The database seems down. When will it be solved? As I can see from the other suppo...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
