Open MulverineX opened 9 months ago
Is this resolved in the next release?
doesn't look like it, has Alex denied this request? it's pretty annoying that you can't install self-hosted webapps as PWA
This is a batch closing operation (can also be regarded as a ping), I will reopen the issues that still have new responses
@MulverineX OK, you may need to use a 2048 bit encrypted certificate. One of the patches I added makes that the minimum length accepted. You may also try the chrome://flags/#disable-web-security flag.
@Alex313031 thank you! Is there any resource you can link me to to help guide me through making one? I'd like to avoid disabling web security globally.
Is your feature request related to a problem? Please describe. It appears to be a fools errand to attempt self-signed certificates in chromium today, which makes certain setups very difficult to support. For example, a code-server on Tailscale, that can't be signed in a traditional manner, and cannot be installed as a PWA due to its lack of SSL.
Describe the solution you'd like, including relevant patches or source Either the ability to automatically install self-signed certificates or to allow PWA installs on HTTP sites.
Additional Notes I'm on Windows, and have spent an hour tinkering around with different guides and stackoverflow posts.