-
Notifications
You must be signed in to change notification settings - Fork 20
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
'Socket not connected' error behind reverse proxy #573
Comments
@fungs |
@nwtgck I haven't tried piping-server instead of piping-server-rust, but HAProxy should work with any kind of HTTP server, it is one of the oldest reverse proxies around and part of many commercial cloud offerings. For me, the error and related issues are more likely pointing to the rust stack. Somehow the software loses the HTTP connection back to the reverse proxy. Then, HAProxy just terminates the connection after the configure timeout. |
@fungs Does |
Hi,
I observed that, when running piping-server-rust behind HAProxy, I'm getting the following error after each (successful) transfer:
I'm not sure what this means, and if this might be related to the timeout parameters. However, I've set timeouts generously and the reverse proxy is running on the same local system as piping-server.
Any ideas?
The text was updated successfully, but these errors were encountered: