Expired server certificate

It does now, yes. This is what was returned 25 or so minutes ago:
Code:
$ curl -svI https://hpkg.tv/
*   Trying 167.233.26.72:443...
* Connected to hpkg.tv (167.233.26.72) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (OUT), TLS header, Unknown (21):
* TLSv1.3 (OUT), TLS alert, certificate expired (557):
* SSL certificate problem: certificate has expired
* Closing connection 0
Obviously action has been taken:
Code:
$ curl -svI https://wiki.hummy.tv/ 2>&1|grep "expire"
*  expire date: Oct 31 16:33:08 2026 GMT
$ curl -svI https://hummy.tv/ 2>&1|grep "expire"
*  expire date: Nov 11 08:05:24 2026 GMT
$ curl -svI https://hpkg.tv/ 2>&1|grep "expire"
*  expire date: Nov 11 08:05:51 2026 GMT
 
Back
Top