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
I use IIS Builder with all my projects, but Firefox (90.0.2) doesn't accept the self-signed certificates by default. Maybe you could add the following instructions to the README to help other developers that run into the same issue with Firefox?
Use the Windows certificate store
As of FF49, a new option has been included which allows Firefox to trust Root authorities in the windows certificate store. This means that certificates can be deployed via group policy as normal and Firefox will trust the same Root authorities that Internet Explorer trusts. For more details see here:
Unfortunately, Mozilla have decided not to turn this feature on by default, so this method still requires some other configuration. To enable this setting the security.enterprise_roots.enabled must be set to true. For more details see here:
Thanks for this and thanks for using my script on all your web projects! I will find some time to replicate this, follow your guide and update the README.
I use IIS Builder with all my projects, but Firefox (90.0.2) doesn't accept the self-signed certificates by default. Maybe you could add the following instructions to the README to help other developers that run into the same issue with Firefox?
Use the Windows certificate store
As of FF49, a new option has been included which allows Firefox to trust Root authorities in the windows certificate store. This means that certificates can be deployed via group policy as normal and Firefox will trust the same Root authorities that Internet Explorer trusts. For more details see here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1265113
Unfortunately, Mozilla have decided not to turn this feature on by default, so this method still requires some other configuration. To enable this setting the security.enterprise_roots.enabled must be set to true. For more details see here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1314010
To enable this feature on a single computer:
The text was updated successfully, but these errors were encountered: