I’m testing a site with haprox 2.8 as FE and tomcat9 as the BE.
Nov 29 12:04:06 mail haproxy[59727]: ::ffff:82.181.2.33:57607 [29/Nov/2023:12:04:06.096] http-in http-in/<NOSRV> 472/-1/-1/-1/472 301 81 - - LR-- 2/2/0/0/0 0/0 "GET / HTTP/1.1"
When doing a
telnet 82.181.2.33 80
GET / HTTP/1.1
I’m getting nothing, but the above is logged.
The 301 comes from this in my haproxy.cfg:
# Redirect if HTTPS is *not* used
redirect scheme https code 301 if !{ ssl_fc }
1 post - 1 participant