wrapdb.mesonbuild.com 发生了什么奇怪的事情吗?

Is something weird happening to wrapdb.mesonbuild.com?

我正在使用 meson build system,但今天早上我遇到了问题 wrapdb.mesonbuild.com.

在我的电脑和另一台电脑上(用于检查),当使用 Chromium 或 Firefox 等网络浏览器时,我收到如下消息:

Your connection is not private
Attackers might be trying to steal your information from wrapdb.mesonbuild.com 
(for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_DATE_INVALID

(我已经用 ntpdate 检查了我的电脑时间等...所以我先验这不是问题的根源)

还有任何尝试使用:

meson wrap list

失败,输出如下:

SSL connection failed. Falling back to unencrypted connections.
Traceback (most recent call last):
  File "/usr/lib/python3.7/urllib/request.py", line 1317, in do_open
    encode_chunked=req.has_header('Transfer-encoding'))
  File "/usr/lib/python3.7/http/client.py", line 1252, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1298, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1247, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.7/http/client.py", line 1026, in _send_output
    self.send(msg)
  File "/usr/lib/python3.7/http/client.py", line 966, in send
    self.connect()
  File "/usr/lib/python3.7/http/client.py", line 1422, in connect
    server_hostname=server_hostname)
  File "/usr/lib/python3.7/ssl.py", line 423, in wrap_socket
    session=session
  File "/usr/lib/python3.7/ssl.py", line 870, in _create
    self.do_handshake()
  File "/usr/lib/python3.7/ssl.py", line 1139, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)

你能重现吗?我找不到问题的根源。


update:好像wrapdb.mesonbuild.com过去已经down了:

https://github.com/mesonbuild/meson/issues/3497

也许这是我目前的问题。


更新 2:我没有反射但有

https://www.sslshopper.com/ssl-checker.html#hostname=wrapdb.mesonbuild.com

可以看到该站点的证书昨天已过期...

也感谢@TomEsposito 指出这一点。

他们的 SSL 证书似乎已于昨天过期,但他们仍在使用 HTTPS。在他们更新他们的证书或移动到 HTTP 连接之前,您的浏览器将继续向您发出警告。当网站使用 HTTPS 但没有证书时,所有现代浏览器现在都会警告用户