Article 5S01W Way to refresh OpenSSL from a client?

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?

thankslatest?d=yIl2AUoC8zA latest?i=5GCVAJ4-gLM:5z9e3vJlQy4:F7zBnMy latest?i=5GCVAJ4-gLM:5z9e3vJlQy4:V_sGLiP latest?d=qj6IDK7rITs latest?i=5GCVAJ4-gLM:5z9e3vJlQy4:gIN9vFw
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments