WICG / webpackage

Web packaging format
Other
1.23k stars 116 forks source link

Prefetch page TLS certificate expired #884

Closed pepawel closed 10 months ago

pepawel commented 10 months ago

I don't know if this is the correct place, because I don't know who maintains the SXG prefetch testing page. It appears this page is no longer accessible because the TLS certificate expired today:

https://signed-exchange-testing.dev/prefetch/

HSTS is used, so the browser doesn't even allow to bypass TLS certificate validation.

If the issue should be addressed elsewhere, I would appreciate your guidance.

pepawel commented 10 months ago

As the domain is HSTS preloaded, one can't even disable HSTS in chrome://net-internals/#hsts.

The only workaround for now is to type following when Chrome error appears: thisisunsafe

banaag commented 10 months ago

Apologies for the issue, this has now been fixed.

On Sat, Nov 25, 2023 at 4:12 AM Paweł Pokrywka @.***> wrote:

As the domain is HSTS preloaded, one can't even disable HSTS in chrome://net-internals/#hsts.

The only workaround for now is to type following when Chrome error appears: thisisunsafe

— Reply to this email directly, view it on GitHub https://github.com/WICG/webpackage/issues/884#issuecomment-1826294013, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIBG7H6624MT53QGQZLOSDYGHOCTAVCNFSM6AAAAAA72BNNO2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWGI4TIMBRGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pepawel commented 10 months ago

Thank you very much Allan!