Websockets in NGINX not working with server with internet proxy: Error: No pong received in 3 seconds #762
Unanswered
JithinThomasDataSemantics
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is an issue between nginx and uWSGI, and has nothing to do with Flask-SocketIO. I don't really use uWSGI that much, so I can't really help. Have you searched for the error that you get? A lot of people have this problem. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to host flask application in NGINX which uses websockets. It is working fine with the servers which do not use any proxy servers. When it is hosted in a server that passes requests to proxy servers, client does not receive any message sent via websocket. Initially none of the external API calls were working which started working when I added environ variable http_proxy and https_proxy for the service. But the socket is still not working.
Got error: "no pong received in 3 seconds" in the server when trying to connect to websocket
Beta Was this translation helpful? Give feedback.
All reactions