-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Bug]: qbittorrent-nox + "SSL/TLS handshake failed" #22559
Comments
❯ strace -o debug qbittorrent-nox
WebUI will be started shortly after internal preparations. Please wait...
******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8080
The WebUI administrator username is: admin
The WebUI administrator password was not set. A temporary password is provided for this session: HKf7YyaeD
You should set your own password in program preferences. Download just fine from |
Looking at 4. here it looks like we missed a couple fixed paths that need to be patched. |
You had absolutely no TLS error ? Do you have the "Ignore SSL/TLS error" enabled on your |
Just another information in order to allow you clearly identify the root cause: from the same termuxed device, a
With the strace:
We can see that these files are correctly parsed:
FYI:
|
How do you set that setting? Anyway, this is a fresh install of This is from
|
No, the checkbox is not enabled. |
Problem description
After installing the latest
qbittorrent-nox
, I get a lot of TLS-related error messages, saying thatqbittorrent-nox
can't validate any certificate issuer of any TLS communication.So any TLS communication initiated by
qbittorrent-nox
fails.What steps will reproduce the bug?
qbittorrent-nox
So we can see that the
cert.pem
, coming from theca-certificates
package, is found, but no other CA public key is used.That could explains the error ?!
What is the expected behavior?
No TLS error.
System information
The text was updated successfully, but these errors were encountered: