Connect and print TLS handshake details.
Section: DNS HTTP and Remote Connectivity
Inspect TLS certificate chain
bash
bash
openssl s_client -connect example.com:443 -servername example.comExplanation
A go-to tool for TLS debugging and certificate inspection.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing DNS HTTP and Remote Connectivity
Verbose HTTP request
Show request/response details and TLS handshake summary.
Create local SSH port forward
Forward a local port to a remote host/port through SSH.