Skip to content

Instantly share code, notes, and snippets.

@bobeckert
Created July 10, 2015 15:48
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 bobeckert/cfeffe20b10ed93f715a to your computer and use it in GitHub Desktop.
Save bobeckert/cfeffe20b10ed93f715a to your computer and use it in GitHub Desktop.
SSL for looker
─ bob@kurapika [~] [ruby-2.2.0]
└─ $ curl -iv https://looker.production.posrip.com
* Rebuilt URL to: https://looker.production.posrip.com/
* Hostname was NOT found in DNS cache
* Trying 54.88.117.162...
* Connected to looker.production.posrip.com (54.88.117.162) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: *.posrip.com
* Server certificate: Trustwave Organization Validation SHA256 CA, Level 1
* Server certificate: SecureTrust CA
> GET / HTTP/1.1
> User-Agent: curl/7.37.1
> Host: looker.production.posrip.com
> Accept: */*
>
< HTTP/1.1 302 Found
HTTP/1.1 302 Found
< Content-Type: text/html;charset=utf-8
Content-Type: text/html;charset=utf-8
< Location: https://looker.production.posrip.com/login
Location: https://looker.production.posrip.com/login
< Set-Cookie: XSRF-TOKEN=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
Set-Cookie: XSRF-TOKEN=; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
< Set-Cookie: CSRF-TOKEN=Sg0rMk794JnfXSqZY1ZHjzbvEM%2Fq42ArqgdqyBk%2BekY%3D; path=/; secure
Set-Cookie: CSRF-TOKEN=Sg0rMk794JnfXSqZY1ZHjzbvEM%2Fq42ArqgdqyBk%2BekY%3D; path=/; secure
< Set-Cookie: looker.expires_at=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
Set-Cookie: looker.expires_at=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
< Set-Cookie: looker.session_renewable=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
Set-Cookie: looker.session_renewable=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000; secure
< Set-Cookie: rack.session=BAh7B0kiDnJldHVybl90bwY6BkVGSSIGLwY7AEZJIg9zZXNzaW9uX2lkBjsA%0ARiJFOGIyNjhhODIxN2FlMjQ5MWQxM2EyNWE2Y2MzMGViYjM0OTQ4OWIzNTQ3%0AMzI2MzYzOWFkNjQ3OTNiZDA3ZTg4YQ%3D%3D%0A--162b9a4b40b42a2507b3395a19788524c6e1dcb0; path=/; expires=Sun, 09 Aug 2015 15:47:11 -0000; HttpOnly; secure
Set-Cookie: rack.session=BAh7B0kiDnJldHVybl90bwY6BkVGSSIGLwY7AEZJIg9zZXNzaW9uX2lkBjsA%0ARiJFOGIyNjhhODIxN2FlMjQ5MWQxM2EyNWE2Y2MzMGViYjM0OTQ4OWIzNTQ3%0AMzI2MzYzOWFkNjQ3OTNiZDA3ZTg4YQ%3D%3D%0A--162b9a4b40b42a2507b3395a19788524c6e1dcb0; path=/; expires=Sun, 09 Aug 2015 15:47:11 -0000; HttpOnly; secure
< Strict-Transport-Security: max-age=31536000; includeSubDomains
Strict-Transport-Security: max-age=31536000; includeSubDomains
< Vary: Accept-Encoding
Vary: Accept-Encoding
< X-Content-Type-Options: nosniff
X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
X-Frame-Options: SAMEORIGIN
< X-UA-Compatible: IE=edge,chrome=1
X-UA-Compatible: IE=edge,chrome=1
< X-XSS-Protection: 1; mode=block
X-XSS-Protection: 1; mode=block
< Content-Length: 0
Content-Length: 0
< Connection: keep-alive
Connection: keep-alive
<
* Connection #0 to host looker.production.posrip.com left intact
┌─ bob@kurapika [~] [ruby-2.2.0]
└─ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment