-
Notifications
You must be signed in to change notification settings - Fork 91
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
Websocket port 443 for WSS:// #39
Comments
Hello, WS is on port 8000 |
@AlexDias79 , you just did a redirect using that port and all just worked? Or, did you have to do something else too? I am also trying to accomplish the same thing. |
Nop, no redirection needed. All i did was to inject a wss route into http router.
So, when you use a ws or a wss into the openshift public url, the traffic will be correctly redirected as the server detects the protocol format. You don't need to define a port different than 80 for ws/wss, the openshift router itself will do that for you, for free :D Hope it did help, |
What can we do in go to be able to accept port 443 requests when to load balancer will forward all data at the OPENSHIFT_GO_PORT (8080). Most of the websocket libs will reject if it detects that the client doesn't come in at port 443.
The text was updated successfully, but these errors were encountered: