Back

[SOLVED] HandshakeException

  • 0
  • Self Hosted
  • Flutter
  • General
Isai
4 May, 2023, 14:47

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.

TL;DR
User is experiencing a HandshakeException while running a flutter app on their Windows computer. They suspect it may be related to the date and time settings. Other users are not experiencing the issue. Solution: Use the command "Invoke-WebRequest {url}" in PowerShell with the problematic URL.
Bouahaza
4 May, 2023, 14:58

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

Isai
4 May, 2023, 15:02
Bouahaza
4 May, 2023, 15:24

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

Isai
4 May, 2023, 15:33

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.

Bouahaza
4 May, 2023, 15:37

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

Bouahaza
4 May, 2023, 15:37

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

Isai
4 May, 2023, 15:37

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

Isai
4 May, 2023, 15:37

oh dont worry, thanks for attention!

safwan
4 May, 2023, 16:53

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

Isai
4 May, 2023, 17:17

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

Isai
4 May, 2023, 17:19

(SOLVED) HandshakeException

Drake
4 May, 2023, 18:08

[SOLVED] HandshakeException

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more