mhogomchungu / media-downloader

Media Downloader is a Qt/C++ front end to yt-dlp, youtube-dl, gallery-dl, lux, you-get, svtplay-dl, aria2c, wget and safari books..
GNU General Public License v2.0
1.6k stars 119 forks source link

aria2 [SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure #285

Closed zinalili closed 1 year ago

zinalili commented 1 year ago

I can't download using aria2 because of the error "[SocketCore.cc:1018] errorCode=1 SSL/TLS handshake failure" My firewall says that "lsass.exe" is being blocked Clipboard01 Other GUIs to aria2 do not ask me to allow Internet access to lsass.exe and they download files just fine.

mhogomchungu commented 1 year ago

I can not reproduce this. those other GUI use a bundled version of aria2c?

Try to replace bundled version of aria2c in MD with another one and see if it makes a difference.

zinalili commented 1 year ago

MD with this other GUI's aria failed to download because lsass.exe coudn't connect This other GUI with MD's aria downloaded successfully.

mhogomchungu commented 1 year ago

So the problem is most likely caused by a firewall of some sort in your computer blocking aria2c's connections when used with MD..

Perhaps a solution is whitelisting MD somewhere in your system to allow it and processes it starts to access the internet.

I do not think there is anything i can do with this one and thanks for your report and your investigation.