#[SOLVED] HandshakeException

12 messages · Page 1 of 1 (latest)

signal sedge
#

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.

rustic solstice
#

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

signal sedge
rustic solstice
#

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

signal sedge
#

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.

rustic solstice
#

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

signal sedge
#

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!

quartz ivy
#

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

signal sedge
#

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