SSL: SSLV3_ALERT_HANDSHAKE_FAILURE

Suggest, post, or discuss plugins for Deluge
Post Reply
toastie64
New User
New User
Posts: 2
Joined: Fri Nov 20, 2020 5:06 am

SSL: SSLV3_ALERT_HANDSHAKE_FAILURE

Post by toastie64 »

Hi All,

I'm getting an SSL: SSLV3_ALERT_HANDSHAKE_FAILURE error when using the RSS FEED YaRRS2. I am using a Raspberry Pi 4 with deluge 1.3.15 and python version 2.7. With YaRSS2-1.3.1-py2.7.egg.

I was able to get the RSS FEED working with other HTTP sites but not HTTPS. When looking over the logs I see it is erroring out here:
https://zoink.ch/torrent/The.Price.Is.R ... 65-MeGusta[eztv.re].mkv.torrent Exception: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:727)

When I ran an :
openssl s_client -connect zoink.ch:443

I get the same error on another computer in my network. It looks like to me because it is a .torrent it doesn't have a certificate:
CONNECTED(00000005)
140545343623616:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../ssl/record/rec_layer_s3.c:1528:SSL alert number 40
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 293 bytes
Verification: OK


Is there a way to allow invalid certificates ? Or add an exception for this site?

Thank you!
Post Reply