Hi Lance, we acknowledge your email, thanks!
Right now, the new HAProxy seems to answer HTTP/503 errors: is that expected?
```
* Trying 140.211.9.53:80...
* Connected to 140.211.9.53 (140.211.9.53) port 80
> GET / HTTP/1.1
> Host:
lists.jenkins-ci.org> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
* HTTP 1.0, assume close after body
< HTTP/1.0 503 Service Unavailable
< Cache-Control: no-cache
< Connection: close
< Content-Type: text/html
<
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
* Closing connection
```
Cheers,
Damien Duportal, for the Jenkins infra team