Show request/response details and TLS handshake summary.

Section: DNS HTTP and Remote Connectivity

Verbose HTTP request

bash
bash
curl -v https://example.com
Explanation

Great for debugging redirects, headers, TLS, and auth.

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
POST JSON to API
Send JSON body in an HTTP POST request.
OpenIn sheetbashsame section
Trace DNS delegation
Follow DNS resolution from root to answer.
OpenIn sheetbashsame section
Lookup MX records
Query mail exchanger records.
OpenIn sheetbashsame section
Inspect TLS certificate chain
Connect and print TLS handshake details.
OpenIn sheetbashsame section
Create local SSH port forward
Forward a local port to a remote host/port through SSH.
OpenIn sheetbashsame section
Install SSH public key
Copy your public key to a remote account.
OpenIn sheetbashsame section