Created
November 13, 2014 09:50
-
-
Save bripkens/dc59ea80efa80daba43c to your computer and use it in GitHub Desktop.
Auth0 timeout
This file contains 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 -X POST --header "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0d2l0dGVyIjoiQmVuUmlwa2VucyIsImVtYWlsIjoiYmVuLnJpcGtlbnNAY29kZWNlbnRyaWMuZGUiLCJjb21wYW55IjoiY29kZWNlbnRyaWMgQUcifQ.7NnQqoNmh3UKl81cgyULwVrIpRiY7K-ABeeZBGpHbxI" https://auth0.com/challenges/devoxx -v | |
* Hostname was NOT found in DNS cache | |
* Trying 54.183.201.90... | |
* Connected to auth0.com (54.183.201.90) port 443 (#0) | |
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | |
* Server certificate: *.auth0.com | |
* Server certificate: EssentialSSL CA | |
* Server certificate: COMODO Certification Authority | |
> POST /challenges/devoxx HTTP/1.1 | |
> User-Agent: curl/7.37.1 | |
> Host: auth0.com | |
> Accept: */* | |
> Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0d2l0dGVyIjoiQmVuUmlwa2VucyIsImVtYWlsIjoiYmVuLnJpcGtlbnNAY29kZWNlbnRyaWMuZGUiLCJjb21wYW55IjoiY29kZWNlbnRyaWMgQUcifQ.7NnQqoNmh3UKl81cgyULwVrIpRiY7K-ABeeZBGpHbxI | |
> | |
< HTTP/1.1 504 Gateway Time-out | |
* Server nginx/1.7.7 is not blacklisted | |
< Server: nginx/1.7.7 | |
< Date: Thu, 13 Nov 2014 09:48:01 GMT | |
< Content-Type: text/html | |
< Content-Length: 182 | |
< Connection: keep-alive | |
< | |
<html> | |
<head><title>504 Gateway Time-out</title></head> | |
<body bgcolor="white"> | |
<center><h1>504 Gateway Time-out</h1></center> | |
<hr><center>nginx/1.7.7</center> | |
</body> | |
</html> | |
* Connection #0 to host auth0.com left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment