bumptech / stud

The Scalable TLS Unwrapping Daemon
Other
1.43k stars 194 forks source link

All connections show `{client} Connection closed (in data)` even when successful #86

Open mikeal opened 12 years ago

mikeal commented 12 years ago

Don't know what is going on here.

Everything is kosher behind stud, all requests are coming through and succeeding but all connections cause stud to print {client} Connection closed (in data)

Would love to know how to debug this better, I'm using the --ssl option and all HTTPS requests are successful.

EmericBr commented 12 years ago

Your client does not process a clean ending handshake

sbarrie commented 12 years ago

I have the same issue. Everything looks like it is working on the site but I get lots of these messages {client} Connection closed (in data)

Occasionally these too {backend} Connection closed

How do I stop these being generated given that they seem to be related to client browsers connecting over https. Or am I misunderstanding and is the problem on the server side because it is resetting connections unexpectedly? Either way I would like to stop these messages appearing.

bunkzilla commented 11 years ago

I'm having the same issue.

davux commented 9 years ago

Any news on that issue? Those messages can be very verbose.