Skip to content

fix: use created listener when serving tls#530

Merged
mikhailswift merged 1 commit intomainfrom
fix/tls-obey-port
Apr 2, 2025
Merged

fix: use created listener when serving tls#530
mikhailswift merged 1 commit intomainfrom
fix/tls-obey-port

Conversation

@mikhailswift
Copy link
Copy Markdown
Member

@mikhailswift mikhailswift commented Apr 1, 2025

What this PR does / why we need it

Issue was being encountered where configured LISTEN_On address and port were being disregarded when running with TLS enabled. This was happening because we were not using the configured listener.

Which issue(s) this PR fixes (optional)

(optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged)*

Fixes #

Acceptance Criteria Met

  • Docs changes if needed
  • Testing changes if needed
  • All workflow checks passing (automatically enforced)
  • All review conversations resolved (automatically enforced)
  • DCO Sign-off

Special notes for your reviewer:

Issue was being encountered where configured LISTEN_On address and port
were being disregarded when running with TLS enabled. This was happening
because we were not using the configured listener.

Signed-off-by: Mikhail Swift <mikhail@testifysec.com>
@mikhailswift mikhailswift merged commit 244f9b8 into main Apr 2, 2025
11 checks passed
@mikhailswift mikhailswift deleted the fix/tls-obey-port branch April 2, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants