Unable to access us.images.linuxcontainers.org

Yes to us.
Can I add uk.images.linuxcontainers.org to the remote list and laucnh new CT from it ?

Yep, lxc remote add images-uk uk.images.linuxcontainers.org --type=simplestreams should do it, then use images-uk: instead of images:

I have exactly the same problem. I’m from Europe and I’m redirected to uk mirror. Using uk.images.linuxcontainers.org directly helps.

What does https://www.maxmind.com/en/locate-my-ip-address show for your IP?

The servers just use a geoip database to redirect based on country I believe.

Today it works, images.linuxcontainers.org redirect to uk.

It looks like this page requires JavaScript to work so I can’t check it out (I’m on a remove server).

Here is output from curl:

curl -v https://images.linuxcontainers.org
* Rebuilt URL to: https://images.linuxcontainers.org/
*   Trying 2001:67c:1562::41...
* TCP_NODELAY set
* Connected to images.linuxcontainers.org (2001:67c:1562::41) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):

It hangs here. It looks like TCP connection is established but there is no response to TLS client hello. It worked a week ago.

curl -v https://uk.images.linuxcontainers.org works normal.