Skip to content

Conversation

@zackgalbreath
Copy link
Contributor

CDash's Debian-based Docker image runs as a non-root user (www-data) yet attempts to bind a privileged port (443) because we enable the ssl module for production builds. This causes "Permission denied" errors in some cases.

Change this configuration to only listen on port 8080 (which is where CDash's traffic is served by default anyway).

CDash's Debian-based Docker image runs as a non-root user (www-data)
yet attempts to bind a privileged port (443) because we enable the ssl module
for production builds. This causes "Permission denied" errors in some cases.

Change this configuration to only listen on port 8080 (which is where CDash's
traffic is served by default anyway).
@williamjallen williamjallen added this to the v4.0 milestone Apr 25, 2025
@zackgalbreath zackgalbreath added this pull request to the merge queue Apr 25, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 25, 2025
@williamjallen williamjallen added this pull request to the merge queue Apr 25, 2025
Merged via the queue into master with commit 69428e5 Apr 25, 2025
7 checks passed
@williamjallen williamjallen deleted the stop_listening_on_443 branch April 25, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants