Unable to renew certificates on Traefik 1.7

I had a 1.7 setup that had been working for months now. The certificate needed to be renewed but it failed. I don't have IPV6 and Checking https://letsdebug.net/ca1.devhaus.com/172955 says that it is timing out.

I am able to hit the server

$ curl -v http://ca1.devhaus.com
* Rebuilt URL to: http://ca1.devhaus.com/
*   Trying 35.183.169.47...
* TCP_NODELAY set
* Connected to ca1.devhaus.com (35.183.169.47) port 80 (#0)
> GET / HTTP/1.1
> Host: ca1.devhaus.com
> User-Agent: curl/7.55.1
> Accept: */*
>
< HTTP/1.1 302 Found
< Location: https://ca1.devhaus.com:443/
< Date: Thu, 11 Jun 2020 20:57:05 GMT
< Content-Length: 5
< Content-Type: text/plain; charset=utf-8
<

This is with the alpine image. The non-alpine one appears to work.