Skip to content

Instantly share code, notes, and snippets.

@sqrtofsaturn
Last active October 14, 2016 18:08
Show Gist options
  • Save sqrtofsaturn/da95cfe82fe1793b8b3fc31c9dce260f to your computer and use it in GitHub Desktop.
Save sqrtofsaturn/da95cfe82fe1793b8b3fc31c9dce260f to your computer and use it in GitHub Desktop.
meshblu-http 502 ALB
curl -v https://meshblu-http.octoblu.com/status
* Trying 127.0.0.1...
* Connected to meshblu-http.octoblu.com (127.0.0.1) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: *.octoblu.com
* Server certificate: DigiCert SHA2 Secure Server CA
* Server certificate: DigiCert Global Root CA
> GET /status HTTP/1.1
> Host: meshblu-http.octoblu.com
> User-Agent: curl/7.49.1
> Accept: */*
>
< HTTP/1.1 502 Bad Gateway
< Server: nginx/1.11.1
< Date: Fri, 14 Oct 2016 18:05:14 GMT
< Content-Type: text/html
< Content-Length: 171
< Connection: keep-alive
<
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>awselb/2.0</center>
</body>
</html>
* Connection #0 to host meshblu-http.octoblu.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment