Created
October 14, 2016 18:08
-
-
Save sqrtofsaturn/b0df4d8c600eb7e27e65f7b51dee2ea9 to your computer and use it in GitHub Desktop.
meshblu-http failed curl
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
curl -v -H 'Host: meshblu-http.octoblu.com' http://prod-meshblu-http-914038904.us-west-2.elb.amazonaws.com/status | |
* Trying 52.11.55.250... | |
* Connected to prod-meshblu-http-914038904.us-west-2.elb.amazonaws.com (52.11.55.250) port 80 (#0) | |
> GET /status HTTP/1.1 | |
> Host: meshblu-http.octoblu.com | |
> User-Agent: curl/7.49.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 502 Bad Gateway | |
< Server: awselb/2.0 | |
< Date: Fri, 14 Oct 2016 18:07:28 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 prod-meshblu-http-914038904.us-west-2.elb.amazonaws.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment