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
nixecho "show ssl providers" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
nixecho "show ssl providers" | \sudo socat stdio tcp4-connect:127.0.0.1:9999
outputtextLoaded providers :- fips- base
outputtextLoaded providers :- fips- base
Do you have any suggestions on how we can improve the content of this page?