bugzilla.mindrot.org having problems?

Jacob Hoffman-Andrews jsha at letsencrypt.org
Fri Mar 20 05:33:50 AEDT 2020


I went to update an issue today, and I'm getting empty responses from
bugzilla.mindrot.org. In Chrome, this manifests as
"bugzilla.mindrot.org didn’t send any data. ERR_EMPTY_RESPONSE". I've
also attached a verbose curl log that demonstrates the same thing:

$ curl -vv https://bugzilla.mindrot.org/
*   Trying 130.102.96.6:443...
* TCP_NODELAY set
* Connected to bugzilla.mindrot.org (130.102.96.6) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: CN=mindrot.org
*  start date: Mar 14 12:01:17 2020 GMT
*  expire date: Jun 12 12:01:17 2020 GMT
*  subjectAltName: host "bugzilla.mindrot.org" matched cert's
"bugzilla.mindrot.org"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  SSL certificate verify ok.
> GET / HTTP/1.1
> Host: bugzilla.mindrot.org
> User-Agent: curl/7.65.3
> Accept: */*
>
* TLSv1.2 (IN), TLS alert, close notify (256):
* Empty reply from server
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, close notify (256):
curl: (52) Empty reply from server


More information about the openssh-unix-dev mailing list