Skip to content

Instantly share code, notes, and snippets.

@arr-ee
Created November 17, 2012 21:27
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 arr-ee/4100449 to your computer and use it in GitHub Desktop.
Save arr-ee/4100449 to your computer and use it in GitHub Desktop.
getcloak.com log-in process
$ curl https://www.getcloak.com/accounts/log-in/ -Lv > /dev/null
* About to connect() to www.getcloak.com port 443 (#0)
* Trying 50.57.128.105...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connected
* Connected to www.getcloak.com (50.57.128.105) port 443 (#0)
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* subject: C=US; ST=Washington; L=Seattle; O=Bourgeois Bits LLC; OU=Cloak; CN=www.getcloak.com
* start date: 2012-02-05 00:00:00 GMT
* expire date: 2013-04-10 12:00:00 GMT
* subjectAltName: www.getcloak.com matched
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert High Assurance CA-3
* SSL certificate verify ok.
> GET /accounts/log-in/ HTTP/1.1
> User-Agent: curl/7.24.0 (x86_64-apple-darwin12.0) libcurl/7.24.0 OpenSSL/0.9.8r zlib/1.2.5
> Host: www.getcloak.com
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Sat, 17 Nov 2012 21:26:58 GMT
< Server: Google Frontend
< Content-Type: text/html; charset=utf-8
< Location: https://www.getcloak.com/migration-in-progress/
< Content-Length: 0
< Via: 1.1 www.getcloak.com
< Vary: Accept-Encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment