Skip to content

Instantly share code, notes, and snippets.

@djanatyn
Created March 26, 2015 01:06
Show Gist options
  • Save djanatyn/a05c3eb88a2f0b516468 to your computer and use it in GitHub Desktop.
Save djanatyn/a05c3eb88a2f0b516468 to your computer and use it in GitHub Desktop.
➜ ~ curl -v https://qa-titan.cytobank.org/cytobank/
* Adding handle: conn: 0xe0c8b0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0xe0c8b0) send_pipe: 1, recv_pipe: 0
* About to connect() to qa-titan.cytobank.org port 443 (#0)
* Trying 52.0.159.149...
* Connected to qa-titan.cytobank.org (52.0.159.149) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_DHE_RSA_WITH_AES_128_CBC_SHA
* Server certificate:
* subject: CN=*.cytobank.org,OU=Gandi Pro Wildcard SSL,OU=Operations,O="Cytobank, Inc",STREET=821 W El Camino Real,L=Mountain View,ST=CA,postalCode=94040,C=US
* start date: Sep 18 00:00:00 2014 GMT
* expire date: Sep 18 23:59:59 2015 GMT
* common name: *.cytobank.org
* issuer: CN=Gandi Pro SSL CA,O=GANDI SAS,C=FR
> GET /cytobank/ HTTP/1.1
> User-Agent: curl/7.32.0
> Host: qa-titan.cytobank.org
> Accept: */*
>
< HTTP/1.1 302 Found
< Date: Thu, 26 Mar 2015 01:05:53 GMT
< Location: http://qa-titan.cytobank.org/cytobank/cytobank/login
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Content-Length: 0
< Connection: keep-alive
<
* Connection #0 to host qa-titan.cytobank.org left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment