admin管理员组文章数量:1314567
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:
- The certificate is generated by
mkcert
. - I’ve verified that I can bypass the warning in Chrome (browser mode) but not in the PWA.
- OS: Ubuntu 24.04
- Chrome: Version 132.0.6834.159 (Official Build) (64-bit)
I've tried:
- Running Chrome with
chrome --ignore-certificate-errors
but it didn't help. - Turn on Allow invalid certificates for resources loaded from localhost on a
chrome://flags/#allow-insecure-localhost
page. Then I've reinstalled PWA but it didn't resolve the issue. - Set Safe browsing to No Protection
本文标签:
版权声明:本文标题:google chrome - How to bypass "NET::ERR_CERT_AUTHORITY_INVALID" in PWA when using self-signed certificate? - S 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741967982a2407661.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论