Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker instance - use port 80 for the Ziti edge #793

Open
qrkourier opened this issue Nov 14, 2024 · 0 comments · May be fixed by #792
Open

Docker instance - use port 80 for the Ziti edge #793

qrkourier opened this issue Nov 14, 2024 · 0 comments · May be fixed by #792

Comments

@qrkourier
Copy link
Member

Some internet circuits can only egress to the most common ports, e.g., a restrictive corporate VPN allowing 53, 80, 443, 3389, etc., making it impossible to use Ziti's default edge ports 1280 and 3022.

Currently, Caddy uses 80 as an HTTP redirect server to 443, but we could reconfigure Caddy to stop listening on 80 so the port is available for Ziti. That's two of the three required TCP ports needed for a zrok instance, reducing the burden of finding an available port.

The HTTP redirect is nice but not essential, and 80 is among the most universally permitted destination ports, so it's of particular value as a reliable default.

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 a pull request may close this issue.

1 participant