Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created June 19, 2015 06:50
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 kentfredric/e9d873f6703e1511c136 to your computer and use it in GitHub Desktop.
Save kentfredric/e9d873f6703e1511c136 to your computer and use it in GitHub Desktop.
curl -v http://cpan.metacpan.org/authors/id/K/KE/KENTNL/CHECKSUMS
* Trying 23.235.47.129...
* Connected to cpan.metacpan.org (23.235.47.129) port 80 (#0)
> GET /authors/id/K/KE/KENTNL/CHECKSUMS HTTP/1.1
> Host: cpan.metacpan.org
> User-Agent: curl/7.42.1
> Accept: */*
>
< HTTP/1.1 503 No healthy backends
< Server: Varnish
< Retry-After: 0
< Content-Type: text/html; charset=utf-8
< Content-Length: 451
< Accept-Ranges: bytes
< Date: Fri, 19 Jun 2015 06:49:21 GMT
< Via: 1.1 varnish
< Connection: close
< X-Served-By: cache-sjc3125-SJC
< X-Cache: MISS
< X-Cache-Hits: 0
< X-Timer: S1434696560.920406,VS0,VE162
<
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 No healthy backends</title>
</head>
<body>
<h1>Error 503 No healthy backends</h1>
<p>No healthy backends</p>
<h3>Guru Mediation:</h3>
<p>Details: cache-sjc3125-SJC 1434696561 3354707418</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
* Closing connection 0
curl -v https://metacpan.org/pod/Linux::Cpuinfo
* Trying 23.235.37.143...
* Connected to metacpan.org (23.235.37.143) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.2, TLS Unknown, Unknown (22):
* TLSv1.2, TLS handshake, Client hello (1):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Server hello (2):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, CERT (11):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Server key exchange (12):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Server finished (14):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Client key exchange (16):
* SSLv2, Unknown (20):
* TLSv1.2, TLS change cipher, Client hello (1):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Finished (20):
* SSLv2, Unknown (20):
* TLSv1.2, TLS change cipher, Client hello (1):
* SSLv2, Unknown (22):
* TLSv1.2, TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=Fastly, Inc.; CN=b.ssl.fastly.net
* start date: 2014-09-04 00:00:00 GMT
* expire date: 2015-10-06 12:00:00 GMT
* subjectAltName: metacpan.org matched
* issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* SSL certificate verify ok.
* SSLv2, Unknown (23):
> GET /pod/Linux::Cpuinfo HTTP/1.1
> Host: metacpan.org
> User-Agent: curl/7.42.1
> Accept: */*
>
* SSLv2, Unknown (23):
< HTTP/1.1 503 No route to host
< Server: Varnish
< Retry-After: 0
< Content-Type: text/html; charset=utf-8
< Content-Length: 441
< Accept-Ranges: bytes
< Date: Fri, 19 Jun 2015 06:49:54 GMT
< Via: 1.1 varnish
< Connection: close
< X-Served-By: cache-wlg7320-WLG
< X-Cache: MISS
< X-Cache-Hits: 0
<
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 No route to host</title>
</head>
<body>
<h1>Error 503 No route to host</h1>
<p>No route to host</p>
<h3>Guru Mediation:</h3>
<p>Details: cache-wlg7320-WLG 1434696594 880807031</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
* Closing connection 0
* SSLv2, Unknown (21):
* TLSv1.2, TLS alert, Client hello (1):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment