Hi
On 7/29/22 11:10, Christopher Faulet wrote:
What is your version ? At first glance, I can't find such log message in the
code. It could come from a lua module.
I'm seeing the same for both 2.4.x and 2.6.x. Christian and I had a
short chat about this in IRC.
In fact, I found something. It is probably because an "embryonic" session is
killed with no connection/ssl error. For instance, an SSL connection rejected
because of a "tcp-request session" rule (so after the SSL handshake). The same
may happen with a listener using the PROXY protocol.
On one of the machines I'm seeing it, we neither have 'tcp-' rules, nor
do we use PROXY protocol:
$ cat /etc/haproxy/haproxy.cfg |grep proxy |grep -v /etc/haproxy
chroot /var/lib/haproxy
stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd
listeners
user haproxy
group haproxy
$ cat /etc/haproxy/haproxy.cfg |grep tcp-
> $
Best regards
Tim Düsterhus