Skip to content

Instantly share code, notes, and snippets.

@ivangonekrazy
Created August 25, 2014 16:49
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 ivangonekrazy/3aa8ef8d8f30e36930cd to your computer and use it in GitHub Desktop.
Save ivangonekrazy/3aa8ef8d8f30e36930cd to your computer and use it in GitHub Desktop.
Output of `nslookup` and `curl`
Last login: Fri Aug 22 16:51:51 on ttys000
Traphaus:~ ivan$ nslookup community.loggly.com
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
community.loggly.com canonical name = loggly-haproxy-1333703238.us-west-2.elb.amazonaws.com.
Name: loggly-haproxy-1333703238.us-west-2.elb.amazonaws.com
Address: 54.201.53.220
Name: loggly-haproxy-1333703238.us-west-2.elb.amazonaws.com
Address: 54.201.204.173
Traphaus:~ ivan$ curl -v https://community.loggly.com
* Adding handle: conn: 0x7fc662004000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fc662004000) send_pipe: 1, recv_pipe: 0
* About to connect() to community.loggly.com port 443 (#0)
* Trying 54.201.204.173...
* Connected to community.loggly.com (54.201.204.173) port 443 (#0)
* TLS 1.0 connection using TLS_RSA_WITH_AES_128_CBC_SHA
* Server certificate: *.loggly.com
* Server certificate: Starfield Secure Certification Authority
* Server certificate: Starfield Class 2 Certification Authority
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: community.loggly.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Cache-control: no-cache="set-cookie"
< Content-Type: text/html
< Date: Mon, 25 Aug 2014 16:48:07 GMT
* Server nginx/1.1.19 is not blacklisted
< Server: nginx/1.1.19
< Set-Cookie: AWSELB=2DF383170EF0549D58EAE3E7BB524E5CAA2BD7FA6C2938F8EC17E44639E90789474DE8F7F2F5FC51F95768E21434597CEAFA4D296A4E77E4DFDC05112C8ABFEA982241CF62;PATH=/;MAX-AGE=3600
< Content-Length: 44
< Connection: keep-alive
<
<html>
<body>
<h2>Tweep</h2>
</body>
* Connection #0 to host community.loggly.com left intact
</html>Traphaus:~ ivan$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment