Error during installation: SSL handshake failed, (Network error)
-
I am downloading Qt open source but when I logged in, there's an error:
Network error while downloading ‘https://ftp1.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/android/qt6_624_arm64_v8a/2022-03-14-1142_meta.7z’ : SSL handshake failedI'm doing it on windows. How can I fix this problem? Please help as soon as possible! It's urgent!
-
I am downloading Qt open source but when I logged in, there's an error:
Network error while downloading ‘https://ftp1.nluug.nl/languages/qt/online/qtsdkrepository/windows_x86/android/qt6_624_arm64_v8a/2022-03-14-1142_meta.7z’ : SSL handshake failedI'm doing it on windows. How can I fix this problem? Please help as soon as possible! It's urgent!
Hi and welcome to devnet,
That file seems to be missing from the mirror. It seems to be a recurring issue these past weeks.
Try with a different mirror.
-
Hi and welcome to devnet,
That file seems to be missing from the mirror. It seems to be a recurring issue these past weeks.
Try with a different mirror.
-
@SGaist
Thank you, but I tried several commands to change the mirror in my terminal, I did what they say in that link but I don't know 'how' or 'which' correct command to use.Do I change it in the path where my Qt is?
Do I need just type the --mirror command (followed by the link) ?
...? -
@SGaist
Thank you, but I tried several commands to change the mirror in my terminal, I did what they say in that link but I don't know 'how' or 'which' correct command to use.Do I change it in the path where my Qt is?
Do I need just type the --mirror command (followed by the link) ?
...?Is it me or you are trying to work Unix like on your Windows machine ?
-
Then don't use "./" nor "XXX.run". These are both for Unix like system.
Your installer has likely and ˋ.exe
extension. Go to the folder where it's located, write just the name of the file directly followed by the ˋ--mirror
parameter and it's value. -
Then don't use "./" nor "XXX.run". These are both for Unix like system.
Your installer has likely and ˋ.exe
extension. Go to the folder where it's located, write just the name of the file directly followed by the ˋ--mirror
parameter and it's value. -