Reference

show ssl providers

On this page

Available since

  • HAProxy 2.6
  • HAProxy Enterprise 2.6r1

Display the names of the providers loaded by OpenSSL during initialization.

Description Jump to heading

Display the names of the providers loaded by OpenSSL during initialization. Provider loading can be configured via the OpenSSL configuration file. Using this command, you can verify that the right providers were loaded. This command is only available with OpenSSL v3.

Examples Jump to heading

nix
echo "show ssl providers" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "show ssl providers" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
output
text
Loaded providers :
- fips
- base
output
text
Loaded providers :
- fips
- base

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