
Where is the encryption button in Fire fox ver. 23 ?
After installing Fire fox 23, I wanted to solve SSL error for secure web sites but unfortunately the Encryption button in not in the Advanced tab any more, could you please show me how to activate this feature again?
Todas as respostas (1)
Current Firefox no longer have a user interface setting to disable TLS or SSL3, but you can make the change on the about:config page.
SSL3 and TLS 1.0 are enabled by default in the current Firefox release.
You can set the security.tls.version.min and security.tls.version.max prefs to 0 to disable TLS (0 means SSL3)
You may need to close and restart Firefox after changing these prefs.
security.tls.version.min = 0 security.tls.version.max = 0
0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, etc.
Be cautious with activating TLS 1.1 because the fallback to lower protocols isn't implemented yet and Firefox will fail to connect if the server doesn't support it (i.e. Firefox will insist on using TLS 1.1).