https://bz.apache.org/bugzilla/show_bug.cgi?id=69672
--- Comment #1 from OpenGateway <[email protected]> --- Hi, This happens because on the HAProxy frontend, you need to have an IPv4-over-IPV6 binding like this: bind :::443 v4v6 If you access IPv6 => it works. If you are accessing IPv4 => RemoteIPProxyProtocol : invalid client-address To resolve this problem, you need to change the bind on the HAproxy frontend as follows: bind *:443 v4v6 bind :::443 v6only -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
