Skip to content

Instantly share code, notes, and snippets.

@merj
merj / curl-tls-v1.0.log
Created April 9, 2018 10:51
cURL response with TLS v1.0 support
winny$ curl https://www.google.co.uk --tlsv1.0 --verbose
* Rebuilt URL to: https://www.google.co.uk/
* Trying 216.58.206.131...
* TCP_NODELAY set
* Connected to www.google.co.uk (216.58.206.131) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
CAfile: /etc/ssl/cert.pem
CApath: none
@merj
merj / curl-tls-v1.0.log
Created April 9, 2018 10:48
cURL response with no TLS v1.0 support
$ curl https://merj.com --tlsv1.0 --verbose
* Rebuilt URL to: https://merj.com/
* Trying 45.63.96.124...
* TCP_NODELAY set
* Connected to merj.com (45.63.96.124) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem