• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Torrents
    • Login

    Torrents are not connecting on Rtorrent/Rutorrent

    Scheduled Pinned Locked Moved GayTorrent.ru Support Discussions
    13 Posts 8 Posters 184 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      SimonSaid
      last edited by

      I'm having the exact same issue/error on my server, which is running rtorrent 0.9.6.
      From my home connection everything is working though. At least one difference is that I'm using rtorrent 0.9.8 on the home box.

      So it seems like it's an issue on my server setup somehow but still feels unexpected.
      I've tried to run update-ca-certificates but it didn't help.

      Any help appreciated 🙂

      1 Reply Last reply Reply Quote 0
      • H Offline
        halcyonboy
        last edited by

        I checked and i'm running rtorrent 0.9.8, and still having this issue, so not sure its related to the version. Hope someone gets back to us about this soon.

        1 Reply Last reply Reply Quote 0
        • MrMazdaM Offline
          MrMazda Global Moderator
          last edited by

          This error message means that your torrent client is choking on the SSL certificate. In order to get around this, you need to disable the SSL tracker in your profile. You may also need to change the announce URL in your torrent client. Specifically, change the beginning from

          https://tracker.gaytor.rent/

          to

          http://tracker.gaytorrent.tw:2710/

          Whap The User
          The only difference between martyrdom and suicide is press coverage!

          1 Reply Last reply Reply Quote 0
          • A Offline
            afootytop
            last edited by

            You may also need to change the announce URL in your torrent client. Specifically, change the beginning from
            https://tracker.gaytor.rent/
            to
            http://tracker.gaytorrent.tw:2710/
            Posted on: Yesterday at 01:10:55 amPosted by: halcyonboy

            Have followed those instructions, and this has produced a different error Tracker: [Could not parse bencoded data: ]

            Any more steps to follow?

            1 Reply Last reply Reply Quote 0
            • P Offline
              pedoss
              last edited by

              @MrMazda:

              This error message means that your torrent client is choking on the SSL certificate. In order to get around this, you need to disable the SSL tracker in your profile. You may also need to change the announce URL in your torrent client. Specifically, change the beginning from

              https://tracker.gaytor.rent/

              to

              http://tracker.gaytorrent.tw:2710/

              it worked for me changing it on RuTorrent 3.9 🙂 Thanks a lot!!!

              1 Reply Last reply Reply Quote 0
              • S Offline
                SimonSaid
                last edited by

                @MrMazda:

                This error message means that your torrent client is choking on the SSL certificate. In order to get around this, you need to disable the SSL tracker in your profile. You may also need to change the announce URL in your torrent client. Specifically, change the beginning from

                https://tracker.gaytor.rent/

                to

                http://tracker.gaytorrent.tw:2710/

                Do you know what's the root issue though?
                For one I'd rather keep using the SSL tracker. Also I don't really feel like modifying the 150+ torrent files I'm seeding or having to re-download and re-hash them…   :-[

                1 Reply Last reply Reply Quote 0
                • B Offline
                  BeyondGreen
                  last edited by

                  I'm running into the same problem. Unfortunately, changing to "http://tracker.gaytorrent.tw:2710/" doesn't seem to work — the torrent is no longer loaded at all.

                  Update: Now I'm seeing the message
                    Tracker: [Could not parse bencoded data: The page you are looking for does not exist, sorry (function(){function d(b){var a=window;if(a.addE]

                  1 Reply Last reply Reply Quote 0
                  • MrMazdaM Offline
                    MrMazda Global Moderator
                    last edited by

                    @SimonSaid:

                    @MrMazda:

                    This error message means that your torrent client is choking on the SSL certificate. In order to get around this, you need to disable the SSL tracker in your profile. You may also need to change the announce URL in your torrent client. Specifically, change the beginning from

                    https://tracker.gaytor.rent/

                    to

                    http://tracker.gaytorrent.tw:2710/

                    Do you know what's the root issue though?
                    For one I'd rather keep using the SSL tracker. Also I don't really feel like modifying the 150+ torrent files I'm seeding or having to re-download and re-hash them…  :-[
                    [/quote]

                    Some torrent clients do not want to play well with our SSL CA certificate issuer for some reason.

                    If you've changed from the SSL to the non-SSL tracker and are still having issues, you may need to use a VPN to connect to our services.

                    Also, it should be noted that for some reason, Transmission 3.0 will not work with our tracker any longer for some reason. Instead, if you're using Transmission, roll back to the previous version (2.94) and you should have no issues.

                    Whap The User
                    The only difference between martyrdom and suicide is press coverage!

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      halcyonboy
                      last edited by

                      After doing some digging, I managed to come across this discussion about the same error being seen in rtorrent/rutorrent.
                      https://github.com/binhex/arch-rtorrentvpn/issues/10

                      The one post in it refers to this post: https://bbs.archlinux.org/viewtopic.php?pid=981832#p981832
                      which talks to changing a setting in rtorrent: network.http.ssl_verify_peer.set=0

                      While this still has some potential security concerns, it would appear that this is the only fix that I could find for this issue on the web.
                      This is of course simpler than going through hundreds of seeding torrents on your server to change to the non ssl tracker url, it doesn't seem to represent a less secure option than that one is.

                      I have tested this and it does seem to be working. Not sure this is a long term solution to this issue, but wanted to share.

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        SimonSaid
                        last edited by

                        Thanks halcyonboy, that's helpful. 🙂

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          fairlyodd66
                          last edited by

                          I had this problem too. it is because of an expired intermediate certificate from sectigo, that expired may 30th. you can check then certificate chain here

                          https://www.sslshopper.com/ssl-checker.html#hostname=https://tracker.gaytor.rent/

                          most modern software handles this expiration by skipping to the next one in the chain, but older software doesn't, so it fails. to fix this, you need to remove or disable the certificate on your local machine. on most linux distros, you can edit  /etc/ca-certificates.conf and prefix the certificate with a ! to disable its use. so change

                          mozilla/AddTrust_External_Root.crt

                          to

                          !mozilla/AddTrust_External_Root.crt

                          save, and run

                          update-ca-certificates

                          to update the certificate store. it should return with a notice that one certificate was removed.

                          on BSD systems, you will have to remove the certificate from your certificate store by hand, on OpenBSD that is /etc/ssl/cert.pem.

                          hope this helps.

                          source : I do this stuff for a living

                          1 Reply Last reply Reply Quote 0
                          • JokerJ Offline
                            Joker
                            last edited by

                            We installed a new certificate today. Sorry for that one but from now everything should work as expected again  :cheers:

                            1 Reply Last reply Reply Quote 0

                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                            With your input, this post could be even better 💗

                            Register Login
                            • 1 / 1
                            • First post
                              Last post