public-transport / transport.rest

Information about the *.transport.rest APIs.
https://transport.rest/
34 stars 4 forks source link

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

Closed nicorsm closed 2 years ago

nicorsm commented 2 years ago

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)
derhuerst commented 2 years ago

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.

derhuerst commented 2 years ago

For the record, these were the revoked certificates:

nicorsm commented 2 years ago

It's working fine! Thanks @derhuerst !