intika / Librefox

Librefox: Firefox with privacy enhancements
https://librefox.org
Mozilla Public License 2.0
1.72k stars 89 forks source link

SSL_ERROR_UNSAFE_NEGOTIATION #43

Closed hubba900 closed 5 years ago

hubba900 commented 5 years ago

Hello,

I can't open legal site like https://flow.polar.com/ and can't change options security.ssl.require_safe_negotiation to false. How I can use my favorite site?

intika commented 5 years ago

Hi, thank you for your feedback

Delete those 2 lines from mozilla.cfg file then save and restart Librefox-Firefox


lockPref("security.ssl.require_safe_negotiation", true);
lockPref("security.ssl.treat_unsafe_negotiation_as_broken", true);

The file is located in the Firefox install directory

Let me know if you need further help