docker / for-linux

Docker Engine for Linux
https://docs.docker.com/engine/installation/
756 stars 86 forks source link

403 Forbidden on https://download.docker.com from Istanbul #1503

Open difhel opened 1 month ago

difhel commented 1 month ago
mark@43285:~$ sudo apt-get update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Err:4 https://download.docker.com/linux/debian bookworm InRelease
  403  Forbidden [IP: 18.66.27.34 443]
Reading package lists... Done                      
E: Failed to fetch https://download.docker.com/linux/debian/dists/bookworm/InRelease  403  Forbidden [IP: 18.66.27.34 443]
E: The repository 'https://download.docker.com/linux/debian bookworm InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
mark@43285:~$ curl https://download.docker.com/linux/debian/dists/bookworm/InRelease
<!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">
The Amazon CloudFront distribution is configured to block access from your country.
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: 14uKf6c34YLs9pTFlTproaORzZrdznZnQ4nIlB2UpLwc-_xuV6Z4bg==
</PRE>
<ADDRESS>
</ADDRESS>
</BODY></HTML>

My server IP info:

mark@43285:~$ curl ipinfo.io
{
  "ip": "62.60.233.142",
  "city": "Istanbul",
  "region": "Istanbul",
  "country": "TR",
  "loc": "41.0138,28.9497",
  "org": "AS215540 GLOBAL CONNECTIVITY SOLUTIONS LLP",
  "postal": "34096",
  "timezone": "Europe/Istanbul",
  "readme": "https://ipinfo.io/missingauth"
}