HAProxy Enterprise Documentation 2.7r1

show ssl providers

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

Description

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

$ echo "show ssl providers" | \
  sudo socat stdio unix-connect:/var/run/hapee-2.7/hapee-lb.sock
Loaded providers :
    - fips
    - base

Next up

show startup-logs