curl -sv https://example.com 2>&1 | head -30

Category: Self-Hosting

curl -sv https://example.com 2>&1 | head -30

Verbose curl request showing TLS handshake details and response headers — useful for debugging

Verbose TLS debug output showing the certificate chain, cipher suite, and HTTP response headers. Use this when HTTPS isn't working.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.