Last active
January 15, 2020 15:56
-
-
Save theory/e88af76549d9f79d7cd6e93f695eeb20 to your computer and use it in GitHub Desktop.
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 sfc-repo.snowflakecomputing.com -v | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 99.84.41.12... | |
* TCP_NODELAY set | |
* Connected to sfc-repo.snowflakecomputing.com (99.84.41.12) port 80 (#0) | |
> GET / HTTP/1.1 | |
> Host: sfc-repo.snowflakecomputing.com | |
> User-Agent: curl/7.64.1 | |
> Accept: */* | |
> | |
< HTTP/1.1 403 Forbidden | |
< Server: CloudFront | |
< Date: Wed, 15 Jan 2020 15:54:48 GMT | |
< Content-Type: text/html | |
< Content-Length: 915 | |
< Connection: keep-alive | |
< X-Cache: Error from cloudfront | |
< Via: 1.1 70641f5df56ba9a18ec1e10fa85bf5ef.cloudfront.net (CloudFront) | |
< X-Amz-Cf-Pop: EWR52-C4 | |
< X-Amz-Cf-Id: U1w4gr3owuqXIahnentITQ6pk1Yq3XvkoobijNy246NeT1tbLO6pVw== | |
< | |
{ [915 bytes data] | |
100 915 100 915 0 0 12200 0 --:--:-- --:--:-- --:--:-- 12200 | |
* Connection #0 to host sfc-repo.snowflakecomputing.com left intact | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | |
<TITLE>ERROR: The request could not be satisfied</TITLE> | |
</HEAD><BODY> | |
<H1>403 ERROR</H1> | |
<H2>The request could not be satisfied.</H2> | |
<HR noshade size="1px"> | |
Bad request. | |
We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. | |
<BR clear="all"> | |
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. | |
<BR clear="all"> | |
<HR noshade size="1px"> | |
<PRE> | |
Generated by cloudfront (CloudFront) | |
Request ID: U1w4gr3owuqXIahnentITQ6pk1Yq3XvkoobijNy246NeT1tbLO6pVw== | |
</PRE> | |
<ADDRESS> | |
</ADDRESS> | |
</BODY></HTML>* Closing connection 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment