wss timeout? #478
Replies: 3 comments 2 replies
-
No need for a stream proxy. Websocket update request will get automatically switch over from http to ws when the correct upgrade header is received. I have no idea about the timeout issue you mentioned. You need to provide more information on what open source project / system you are proxying and include the relevant network traces file for a more in-depth analysis. |
Beta Was this translation helpful? Give feedback.
-
It doesnt seem to be doing it, this works with an Apache HTTP reverse proxy with the same software back end... so not sure what the issue it Is there a log file that can be found to help diagnose the issue? |
Beta Was this translation helpful? Give feedback.
-
This is no longer an issue, i worked through the issue |
Beta Was this translation helpful? Give feedback.
-
Hi, we have a reverse proxy working for a fairly standard website, we also have one that uses Web Sockets, it seems to close the connection within around 0.5 seconds so the stream stops... do we need to configure a stream for this? i thought the http was built in with the web socket?
Beta Was this translation helpful? Give feedback.
All reactions