You are not logged in.

#1 2011-08-23 20:02:59

Camus
Member
Registered: 2011-07-03
Posts: 71

rtorrent - peer certificate cannot be authenticated

I've followed the guide on wiki and also tried solution on this forums' thread.

It still doesn't work. I've downloaded all trackers' certs into a single file and placed the file in both /etc/ssl/certs (as .pem) and /usr/share/curl (as .crt). The file is formatted in the same fashion as the other pem files under /etc/ssl/certs.

I've also tried running rtorrent -o http_capath=/etc/ssl/certs as root.

Offline

#2 2011-08-25 18:03:13

dt
Member
Registered: 2009-11-06
Posts: 28

Re: rtorrent - peer certificate cannot be authenticated

if the cert is self signed the following should do:

DOMAINNAME=yourtracker
openssl s_client -connect ${DOMAINNAME}:443 > /tmp/${DOMAINNAME}.crt
openssl x509 -inform PEM -in /tmp/${DOMAINNAME}.crt -text -out /etc/ssl/certs/${DOMAINNAME}.pem
c_rehash

Offline

#3 2011-08-26 00:24:42

pyroscope
Member
Registered: 2011-03-11
Posts: 33
Website

Re: rtorrent - peer certificate cannot be authenticated

In rTorrent 0.8.9, you can simply use "network.http.ssl_verify_peer.set=0" to fix that problem once and for all.

Offline

Board footer

Powered by FluxBB