-
Notifications
You must be signed in to change notification settings - Fork 40
latest docker has broken TLS support #733
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there already an issue for your problem?
- I have checked older issues, open and closed
NZBGet Version
v26.0-stable
Platform
All
Environment
Docker, Linux (Unraid 7.2.3)Current Behavior
When pulling down nzbgetcom/nzbget:latest, TLS support is completely broken, and provides TLS Handshake Failed errors.
The following does not fix the issue:
- Manually replacing the docker image's built-in cacert.pm
- Modifying
CertStoreto a different cacert.pem - Disabling
CertVerification - Disabling
CertCheck
Downgrading to tag nzbgetcom/nzbget:v25.4 immediately fixes the issue.
This issue appears to be internal to nzbget, as I can execute wget within the container to fetch SSL or TLS signed content without errors.
Expected Behavior
TLS connections should work
Steps To Reproduce
Install the current nzbgetcom/nzbget:latest image (v26.0)
Attempt to form a connection to any TLS server, from either the download queue, news servers menu, or status menu.
Logs
No response
Extra information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working