Reputation: 11
I'm running a Progressive Web App locally with a self-signed certificate. When I visit the site in Chrome, I can proceed past the "NET::ERR_CERT_AUTHORITY_INVALID" warning by clicking "Advanced" -> "Proceed".
However, after installing the PWA, I face the same certificate warning, and when I try to click "Proceed" to access the site, it redirects me back to Chrome instead of staying within the PWA. Within the PWA I can't get anywhere except "NET::ERR_CERT_AUTHORITY_INVALID" page.
How can I bypass this?
Additional Information:
mkcert
.I've tried:
chrome --ignore-certificate-errors
but it didn't help.chrome://flags/#allow-insecure-localhost
page. Then I've reinstalled PWA but it didn't resolve the issue.Upvotes: 0
Views: 89