public-transport / transport.rest

Information about the *.transport.rest APIs.

Home Page:https://transport.rest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL certificates revoked on v5.*.transport.rest subdomains

nicorsm opened this issue Β· comments

Hi πŸ‘‹ thanks for your great work!
Just want to let you know that right now all v5.*.transport.rest endpoints are returning an ERR_CERT_REVOKED error... looks like the SSL certificates have been revoked.

NET::ERR_CERT_REVOKED
Subject: v5.bvg.transport.rest
Issuer: R3
Expires on: 22 mar 2022
Current date: 30 gen 2022

Certificate Transparency:
SCT Cloudflare 'Nimbus2022' Log (Embedded in certificate, Verified)
SCT Google 'Argon2022' log (Embedded in certificate, Verified)

Thanks for reporting! I also stumbled upon this today, working on a different project that uses v5.vbb.transport.rest.

I assume it's due to their recent TLS-ALPN-01 problem.

I have fetched new certificates, it should be working again now.

For the record, these were the revoked certificates:

It's working fine! Thanks @derhuerst !