-
-
Save robinbowes/b42ed66647a77cc37e4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@vagrant-centos65 ~]# curl -v -L https://raw.github.com/robinbowes/puppet-server-bootstrap/master/psb -o psb | |
* About to connect() to raw.github.com port 443 (#0) | |
* Trying 185.31.18.133... connected | |
* Connected to raw.github.com (185.31.18.133) 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_RSA_WITH_RC4_128_SHA | |
* Server certificate: | |
* subject: CN=www.github.com,O="Fastly, Inc.",L=San Francisco,ST=California,C=US | |
* start date: Feb 25 00:00:00 2014 GMT | |
* expire date: Mar 02 12:00:00 2015 GMT | |
* common name: www.github.com | |
* issuer: CN=DigiCert High Assurance CA-3,OU=www.digicert.com,O=DigiCert Inc,C=US | |
> GET /robinbowes/puppet-server-bootstrap/master/psb HTTP/1.1 | |
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 | |
> Host: raw.github.com | |
> Accept: */* | |
> | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0< HTTP/1.1 301 Moved Permanently | |
< Date: Tue, 26 Aug 2014 21:02:08 GMT | |
< Server: Apache | |
< Location: https://raw.githubusercontent.com/robinbowes/puppet-server-bootstrap/master/psb | |
< Content-Length: 0 | |
< Accept-Ranges: bytes | |
< Via: 1.1 varnish | |
< Age: 0 | |
< X-Served-By: cache-lcy1122-LCY | |
< X-Cache: MISS | |
< X-Cache-Hits: 0 | |
< Vary: Accept-Encoding | |
< | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0* Connection #0 to host raw.github.com left intact | |
* Issue another request to this URL: 'https://raw.githubusercontent.com/robinbowes/puppet-server-bootstrap/master/psb' | |
* About to connect() to raw.githubusercontent.com port 443 (#1) | |
* Trying 185.31.18.133... connected | |
* Connected to raw.githubusercontent.com (185.31.18.133) port 443 (#1) | |
* CAfile: /etc/pki/tls/certs/ca-bundle.crt | |
CApath: none | |
* SSL connection using TLS_RSA_WITH_RC4_128_SHA | |
* Server certificate: | |
* subject: CN=www.github.com,O="Fastly, Inc.",L=San Francisco,ST=California,C=US | |
* start date: Feb 25 00:00:00 2014 GMT | |
* expire date: Mar 02 12:00:00 2015 GMT | |
* common name: www.github.com | |
* issuer: CN=DigiCert High Assurance CA-3,OU=www.digicert.com,O=DigiCert Inc,C=US | |
> GET /robinbowes/puppet-server-bootstrap/master/psb HTTP/1.1 | |
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 | |
> Host: raw.githubusercontent.com | |
> Accept: */* | |
> | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0< HTTP/1.1 400 Bad Request | |
< Date: Tue, 26 Aug 2014 21:02:13 GMT | |
< Server: Apache | |
< Content-Length: 226 | |
< Connection: close | |
< Content-Type: text/html; charset=iso-8859-1 | |
< | |
0 226 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0{ [data not shown] | |
113 226 113 226 0 0 21 0 0:00:10 0:00:10 --:--:-- 3704* Closing connection #1 | |
* Closing connection #0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment