Skip to content

latest docker has broken TLS support #733

@Archmonger

Description

@Archmonger

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 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions