Hi Jiang, On Tue, Sep 08, 2026 at 07:46:14AM +0000, Jiang, Haochen via Gcc wrote: > I am meeting issues on visiting gcc.gnu.org > (including mail archive, Bugzilla, etc.) and sourceware.org > (like Binutils archive) with 502 bad gateway. > > Is the server totally down or it is the issue from my side?
It was a server issue. The httpd server had fallen over (still investigating why) and couldn't automatically restart because it tied to also setup a listening ssl socket. Which failed because that is currently handled by nginx. Told httpd to not try to handle ssl itself and everything seems fine again. Cheers, Mark
