Skip to content

Instantly share code, notes, and snippets.

@nickfox
Created February 27, 2014 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickfox/9244893 to your computer and use it in GitHub Desktop.
Save nickfox/9244893 to your computer and use it in GitHub Desktop.
nickfox-mbp:Documents nickfox$ curl -v https://www.mywebsite.com
* Adding handle: conn: 0x7f8e44004400
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7f8e44004400) send_pipe: 1, recv_pipe: 0
* About to connect() to www.mywebsite.com port 443 (#0)
* Trying 69.164.196.178...
* Connected to www.mywebsite.com (69.164.196.178) port 443 (#0)
* TLS 1.0 connection using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
* Server certificate: mywebsite.com
* Server certificate: PositiveSSL CA 2
* Server certificate: AddTrust External CA Root
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.mywebsite.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
* Server nginx is not blacklisted
< Server: nginx
< Date: Thu, 27 Feb 2014 05:25:07 GMT
< Content-Type: text/html; charset=UTF-8
< Transfer-Encoding: chunked
< Connection: keep-alive
< Set-Cookie: wfvt_744781450=530ecc33d3ef9; expires=Thu, 27-Feb-2014 05:55:07 GMT; path=/
< X-Pingback: https://mywebsite.com/xmlrpc.php
< Location: https://mywebsite.com/
<
* Connection #0 to host www.mywebsite.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment