frontend neutron_server_front mode http http-request del-header X-Forwarded-Proto option httplog option forwardfor http-request set-header X-Forwarded-Proto https if { ssl_fc } bind 192.0.2.10:9696 ssl crt /etc/haproxy/certificates/haproxy-internal.pem alpn h2,http/1.1 default_backend neutron_server_back backend neutron_server_back mode http option httpchk GET /healthcheck http-check expect status 200 server primary 192.0.2.1:9696 check check-ssl inter 2000 rise 2 fall 5 ssl verify required ca-file ca-certificates.crt