download.freebsd.org down

download.freebsd.org is down now for days ... there is no news on the main site etc. I don't know if they even know that it is down ... does anyone have any information?
 
If you're looking for the installation media to download there are a large number of mirrors for that, pick one that's closer to home.

C.4. Official Mirrors

Note that those mirrors are for the installation media only, they're not repository or update mirrors.
 
strange ... does not work for me neither in 3 mobile networks nor in 4 datacenters in Finland, Germany and Austria
 
fun part: most of their servers are not setup correctly, mirror germany does not work, finland does not work, ireland is non functional, latvia has a wrong certificate...
 
I just downloaded a 12.1 memstick.img from the site without any problems.
 
to be honest, it's a shame for an operating system with the power to server that download.freebsd.org and at least 8 mirrors have problems resolving and/or with the tls handshake :-/

just for info: the same problems appear from 7 different networks in 3 countries, on 3 platforms: FreeBSD, Linux and Windows
 
I have also a similar problem. A connection to download.freebsd.org results in: "Website unreachable: ERR_CONNECTION_RESET". The host is actually resolved and responds to ping. The mirrors redirect to download.freebsd.org at the end. So, no hope from that.
 
I can reproduce some of those issues here as well.

Code:
;; ANSWER SECTION:
download.freebsd.org.   3121    IN      CNAME   download.geo.freebsd.org.
download.geo.freebsd.org. 150   IN      A       213.138.116.78
I connect to this from the main website and then things just stop working; 'can't connect'. Probably a TLS related issue indeed but I can't do further investigations rigth now because I only have a laptop to work with righ now and thats far from ideal.
 
got a fast reply from the admins, so gns0.freebsd.org is having issues and they removed it from the list of nameservers, should be propagated soon. the other nameservers:
NS gns1.freebsd.org.
NS gns2.freebsd.org.

problem solved ;-) thanks
 
The stale gns0 reference was actually not involved in this. When the Yahoo cluster site was decommissioned in July this year, that gns0 reference was overlooked. It's been like this for nearly 6 months. It's fixed now, thanks!

This particular problem was caused by a partial hardware failure. One drive in the volume had an imminent failure and was operating painfully slowly. The system livelocked while ZFS was trying to rebuild onto a spare. Among other things nginx was accepting connections and immediately dropping them, which caused the ssl handshake error. The geo-dns rotation system was looking for accepting connections only.
 
Back
Top