You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to check the torrent using various interfaces, repeatedly. Torrent tracker status is set as "Not working". In another torrent client, this same torrent (also using same tracker) shows bencoded string error https://forum.deluge-torrent.org/viewtopic.php?t=54265
It is not a problem of all torrents on that tracker but only certain ones. Tracker for some reason writes or reads or both data of some torrents wrongly, more.
Regarding the certificate verification message from the log, an online SSL checker says that the tracker supports only
TLS 1.3 TLS 1.2 (not older ciphers) and the cert. is A grade from Let's Encrypt.
Expected behavior
Tribler should be able to connect the tracker and if not, return some status message inn GUI next to tracker "Not working".
Desktop (please complete the following information):
OS: Linux Debian 11 oldstable
Tribler's version 7.13.0 (flatpak org.tribler.Tribler)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your report. I see duplication with (earlier) issue #1680
Normally, we close duplicate issues. However, your following statement seems to be unique to this issue:
In other client (qBittorrent) the tracker is working in one of the torrents
If there is a type of tracker that we could support but we do not currently do, this seems like a good enhancement to Tribler. I'll label this issue as such.
It seems to me that the only sensible way to deal with invalid certificates, as reported in this issue, is to ignore them and try again. This is also what the author of our libtorrent library recommends arvidn/libtorrent#3892 (comment),
For torrents that are explicitly added by a user, we can prompt the user for input: whether or not they want to ignore the SSL certificate. Ignoring certificates does pose a subtle risk and a user would require some in-depth security knowledge to assess it. Merged in Added warning when adding torrent from invalid HTTPS #8225
For background checks of tracker liveness, I guess automatically stripping the certificate is fine: we just need to know if the tracker is reachable.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
It seems to check the torrent using various interfaces, repeatedly. Torrent tracker status is set as "Not working". In another torrent client, this same torrent (also using same tracker) shows bencoded string error https://forum.deluge-torrent.org/viewtopic.php?t=54265
It is not a problem of all torrents on that tracker but only certain ones. Tracker for some reason writes or reads or both data of some torrents wrongly, more.
Regarding the certificate verification message from the log, an online SSL checker says that the tracker supports only
TLS 1.3 TLS 1.2 (not older ciphers) and the cert. is A grade from Let's Encrypt.
Expected behavior
Tribler should be able to connect the tracker and if not, return some status message inn GUI next to tracker "Not working".
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: