-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCA cert issue #14
Comments
Getting the same issue. Get this when a tracker is using SSL for its torrents. How to fix this? |
@danmun Sorry I'm not using private trackers recently and don't have any torrent to re-produce this problem. Can you provide more detail on the tracker or maybe a torrent file? Thank you. |
As you know, private tracker torrent files contain personal passkeys so the only way I can give one to you is if I remove the passkey, but then you can't connect so it's not much use. The site i'm having trouble with is avistaz.to (tracker.avistaz.to) . The issue is also outlined here with a possible fix https://wiki.archlinux.org/index.php/RTorrent#CA_certificates ... but that is for a normal, non-docker container environment. I don't know how to do this inside a container. |
To try that fix:
Sorry I tried to find an SSL-enabled open tracker but no good. 😞 |
Okay that worked! Thanks for the tips! |
I'm glad to hear that. 😀 |
You can try entering container and apt update; apt install ca-certificates; docker stop container; docker start container. Fixed the issue for me! |
ngarafol: you really don't even need to restart the container after installing the certificates! Just go into rutorrent's options/advanced and stick /etc/ssl/certs in the http_capath and refresh your trackers. |
This is the correct way to do it for most cases. I haven't run into any private trackers that have a invalid cert/root authority. @kfei I can easily create a pull to add the certs... but I'm not seeing a way with rutorrent to add the path at install time. Users will still have to go add the entry to http_capath but I might just not be looking hard enough. |
[Problem with the SSL CA cert (path? access rights?)]
The text was updated successfully, but these errors were encountered: