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

Update router yml to use wss instead of ws #1132

Closed
gberl002 opened this issue May 31, 2023 · 0 comments · Fixed by #1133
Closed

Update router yml to use wss instead of ws #1132

gberl002 opened this issue May 31, 2023 · 0 comments · Fixed by #1133
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@gberl002
Copy link
Contributor

The protocol format of ws is no longer supported. Router configs need to be updated to use wss instead.

In router.yml there is a listener line with ws hardcoded, it needs to be updated to wss.

{{ if .Router.IsFabric }}#{{ end }}    address: {{ if .Router.IsWss }}ws{{ else }}tls{{end}}:0.0.0.0:{{ .Router.Edge.Port }}

Due to this, when starting a WSS router the following error will appear.

FATAL fabric/router.(*Router).startXgressListeners: error listening [edge] (transport.ws not supported. use transport.wss)
@gberl002 gberl002 added bug Something isn't working good first issue Good for newcomers hacktoberfest and removed hacktoberfest labels May 31, 2023
gberl002 pushed a commit that referenced this issue Jun 1, 2023
gberl002 added a commit that referenced this issue Jun 2, 2023
plorenz added a commit that referenced this issue Sep 28, 2023
Convert transit routers to use raft commands. Fixes #1132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant