Way to refresh OpenSSL from a client?
by JockVSJock from LinuxQuestions.org on (#5S01W)
I'm troubleshooting the implementation of TLS on a Container (curl commands from the CLI aren't working).
Talking to a co-worker, recommended "reloading" OpenSSL from RHEL8. I can't find anything in the man pages for this, along with any links online.
Typically these are the commands that I'm using from my client (RHEL8) against the container:
Code:openssl s_client -connet <ip_address_here:port_number_here>
openssl s_client -connet <ip_address_here:port_number_here> --showcerts
openssl s_client -connect <ip_address_here:port_number_here> -tlsextdebug
openssl s_client -connect <ip_address_here:port_number_here> -tls1_2
openssl s_client -debug -host <ip_address_here> -port <port_number_here> -tls_12Anyone familiar with "reloading" OpenSSL from a client?
thanks
Talking to a co-worker, recommended "reloading" OpenSSL from RHEL8. I can't find anything in the man pages for this, along with any links online.
Typically these are the commands that I'm using from my client (RHEL8) against the container:
Code:openssl s_client -connet <ip_address_here:port_number_here>
openssl s_client -connet <ip_address_here:port_number_here> --showcerts
openssl s_client -connect <ip_address_here:port_number_here> -tlsextdebug
openssl s_client -connect <ip_address_here:port_number_here> -tls1_2
openssl s_client -debug -host <ip_address_here> -port <port_number_here> -tls_12Anyone familiar with "reloading" OpenSSL from a client?
thanks