@moscardo wrote:
Hi,
I am using HTTP mode (ssl traffic) with option forwardfor in the frontend and backend, but I don’t get the header in the backend servers. Is there anything I am missing?frontend www_embl_ssl bind 10.11.6.41:443 ssl crt /etc/haproxy/embl.pem mode http default_backend www_embl_ssl_back description www.embl.de SSL version log global maxconn 8000 monitor-uri /monitoruri option forwardfor option httplog option dontlognull timeout client 30s use_backend dm_ssl_back if { hdr(host) -i dm.domain.com } backend dm_ssl_back mode http timeout connect 5s timeout server 31s option forwardfor server a1 10.12.33.226:443 check inter 5s fall 4 rise 3 ssl verify noneI tried also to log all headers but I was just receiving {} in the logs.
Thanks.
Posts: 1
Participants: 1