When nginx requests a client certificate with ssl_verify_client option,
and client complies, the latter sends its certificate in plain text.
Although it's just a public part of the certificate, one can consider it
a kind of information disclosure, since user name, email, organization,
etc. is tran
Maxim Dounin Wrote:
---
> There is proxy_read_timeout (http://nginx.org/r/proxy_read_timeout)
> which as well applies to WebSocket connections. You have to bump
> it if your backend do not send anything for a long time.
> Alternatively, you m
Hello!
My WebSocket connections keep closing after precisely one minute.
The configuration is the same as provided in that commit comment.
http://trac.nginx.org/nginx/changeset/5073/nginx
Direct connections to the server (without intermediate nginx) happily live
for many hours.
What option shou