Is there already an issue for your problem?
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
CertStore to 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
Is there already an issue for your problem?
NZBGet Version
v26.0-stable
Platform
All
Environment
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:
CertStoreto a different cacert.pemCertVerificationCertCheckDowngrading to tag
nzbgetcom/nzbget:v25.4immediately fixes the issue.This issue appears to be internal to nzbget, as I can execute
wgetwithin 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:latestimage (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