Alex313031 / thorium

Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
4.97k stars 153 forks source link

Self Signed Certificates #540

Open MulverineX opened 9 months ago

MulverineX commented 9 months ago

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.

MulverineX commented 2 months ago

Is this resolved in the next release?

MulverineX commented 2 months ago

doesn't look like it, has Alex denied this request? it's pretty annoying that you can't install self-hosted webapps as PWA

gz83 commented 2 months ago

This is a batch closing operation (can also be regarded as a ping), I will reopen the issues that still have new responses

Alex313031 commented 2 months ago

@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.

MulverineX commented 2 months ago

@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.