Hi Patrick,

As for the configuration, there is an anonymizing mode to dump it.

For example the command below allows to dump only the settings and hide all sensible info, as IPs, ports, certificats pathes, servers hostnames, etc.

# ./haproxy -f haproxy_ssl.cfg -dC23571113
global

    maxconn 1024
    stats socket 3cce05 [...]
    stats timeout 600s



    log stdout [...]



frontend ID(b6ffed)
    mode http
    bind *:8881
    stats uri /

frontend ID(5458ab)
    mode http
    option httplog
    log-format %ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r client_cert=%[ssl_c_used] ssl_c_ca_err=%[ssl_c_ca_err] ssl_bc_err=%[ssl_bc_err] ssl_fc_err=%[ssl_fc_err]

    unique-id-format %[uuid,bytes(0,6)]%[uuid,bytes(0,5)]

    timeout http-request 30s


    bind *:1443 [...]
    acl ID(dbc4bb) path_beg [...]

    filter trace [...]

    capture request header [...]
    capture request header [...]
    capture request header [...]
    capture response header [...]
    capture response header [...]
    capture response header [...]
    capture response header [...]
    capture response header [...]

    http-request return [...]

    default_backend ID(393bfa)


Kind regards,


--
Bien cordialement,
Valentine



Reply via email to