You are not logged in.
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
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
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