LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Way to refresh OpenSSL from a client? (https://www.linuxquestions.org/questions/linux-newbie-8/way-to-refresh-openssl-from-a-client-4175703678/)

JockVSJock 11-16-2021 12:21 PM

Way to refresh OpenSSL from a client?
 
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_12

Anyone familiar with "reloading" OpenSSL from a client?

thanks

ondoho 11-18-2021 12:25 AM

Maybe they meant "reinstall"?
Reload caches?
Reboot?

JockVSJock 11-18-2021 07:42 AM

Quote:

Originally Posted by ondoho (Post 6302248)
Maybe they meant "reinstall"?
Reload caches?
Reboot?

Not sure. I'm new to this cert generations and troubleshooting.

Didn't know there was a way to reload cache?

Didn't think that a reboot would affect this as well?


All times are GMT -5. The time now is 04:04 PM.