You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't seem to be the issue of this project really, but I recently had the same problem when I needed to debug something locally, but on custom local.gd domain with self-signed certificate.
I tried a bunch of different things and I can't tell exactly what worked, because there seems to be some caching issue involved too:
Launching chrome with the flag --unsafely-treat-insecure-origin-as-secure=http://your.insecure.site:8080. Or it's also possible to switch this on and off on the page chrome://flags/
Launching chrome with flags --allow-insecure-localhost and --ignore-certificate-errors
Temporarily switching to No protection in chrome://settings/security
How Do I Modify sw.js to Avoid SSL Certificate Verification?
The text was updated successfully, but these errors were encountered: