enable TURNS over port 443 in talk container - #8545
Open
derStephan wants to merge 4 commits into
Open
Conversation
Makes talk work for very restrictive firewalls as this is valid TLS over port 443 instead of plain over 443. szaimen/aio-caddy#166 Signed-off-by: derStephan <derStephan@users.noreply.github.com>
Signed-off-by: derStephan <derStephan@users.noreply.github.com>
UDP in TURN is never working, so this should not be propagated to the clients. When using Caddy, TURNS is working now for both UDP and TCP. see: szaimen/aio-caddy#166 Signed-off-by: derStephan <derStephan@users.noreply.github.com>
Member
|
Can you please summarise what this does and why? Thanks! |
Collaborator
Author
|
Sure. This PR changes caddy configuration to allow for TLS encrypted video conferencing. This makes changes necessary in Talk Admin settings. The goal is to get talk working for clients that are behind deep-packet inspection firewalls which block unencrypted traffic over port 443. This makes talk as reliable as zoom and teams and raise security by enabling encryption for video conferences. |
winterrific
reviewed
Aug 8, 2026
Signed-off-by: derStephan <derStephan@users.noreply.github.com>
This was referenced Aug 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
3. to review, feature component)AI (if applicable)