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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...