Reference

del ssl ech

Available since

  • HAProxy 3.3

Delete the Encrypted Client Hello (ECH) keys of a bind line.

Description Jump to heading

You can specify the bind using the line number:

text
<frontend>/@<config_filename>:<linenum>
text
<frontend>/@<config_filename>:<linenum>

Alternatively, you can specify the bind using the bind name:

text
<frontend>/<bind_name>
text
<frontend>/<bind_name>

This command is supported only on a CLI connection running in experimental mode (experimental-mode on).

Examples Jump to heading

Delete all ECH keys of the bind on line 19 of frontend frontend1 in configuration file haproxy.cfg:

nix
echo "experimental-mode on; del ssl ech frontend1/@haproxy.cfg:19" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "experimental-mode on; del ssl ech frontend1/@haproxy.cfg:19" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999

See also Jump to heading

Do you have any suggestions on how we can improve the content of this page?