KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
20.91k stars 1.95k forks source link

Is it possible to deactivate an sslv3 connection process? #7107

Open rickmiron opened 2 months ago

rickmiron commented 2 months ago

when getting the links to download the file, The server where the file is hosted does not accept sslv3,although it does accept TLS 1.3 and TLS 1.2, but apparently there is a process that makes an sslv3 connection and since it is not compatible, an error occurs. but if you download with 'requests' there is no problem. Is it possible to skip that process?

this is the error shown:

Traceback (most recent call last):
 File "urllib3\connectionpool", line 670, in urlopen
 File "urllib3\connectionpool", line 381, in _make_request
 File "urllib3\connectionpool", line 978, in _validate_conn
 File "urllib3\connection", line 362, in connect
 File "urllib3\util\ssl_", line 386, in ssl_wrap_socket
 File "ssl", line 500, in wrap_socket
 File "ssl", line 1040, in _create
 File "decorator", line 232, in fun
 File "locker", line 125, in _wrapper
 File "locker", line 56, in exec
 File "locker", line 37, in run
 File "locker", line 125, in <lambda>
 File "downloader", line 101, in do_handshake
 File "ssl", line 1309, in do_handshake
ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1131)