-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable to run controller and router listeners on a single port (#1224)
* enable to run controller and router listeners on a single port [fixes #1135] technical notes: uses TLS ALPN feature to select proper handler for incoming connection the following application protocols are defined: - ziti-ctrl - control channel - ziti-link - link channel - ziti-edge - edge connection (also accepts ''(blank) for backward compatibility) - Controller REST API endpoint uses standard protocols: 'h2', 'http/1.1', and ''(blank) for SDK clients - Edge Router WSS endpoint uses standard protocols: 'h2', 'http/1.1' * update zititest/go.mod
- Loading branch information
Showing
4 changed files
with
36 additions
and
67 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.