https://support.mozilla.org/en-US/questions/967266
I cant find tab encryption for Enable SSL 3.0 and disable TLS 1.0: Tnx?
Chosen Solution
I Think you ' re using the 30morgh proxy for web surfing so as know this proxy server is just a public and free one has been used and this would fuck your works up and you wont able to deal with some websites like BBC and so on due to th E Heavy proxy usage. So I propose to you the use of the free of charge proxies and try to get monetary ones.
Read this answer in context1
samanposted
8/7/13 3:31 pmquestion Owner
Sure in Firefox 23 ....
Cor-el
- TOP Ten Contributor
- Moderator
13027 Solutions119282 answers Posted
8/7/13 4:02 PM
Current Firefox no longer has a user interface setting to disable TLS or SSL3 and you can make the change on the ABOUT:C Onfig page. Future Firefox versions would support higher TLS versions (1.1 and 1.2) and both SSL3 and TLS 1.0 is enabled by default.
You can set the Security.tls.version.min and Security.tls.version.max prefs to 0 to disable TLS (0 means SSL3)
See also:
- http://kb.mozillazine.org/kb.mozillazine.org/security.tls.version.*
0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, etc.
- Bug 733632-remove TLS version UI (Options > Advanced > Encryption > Protocols)
Comment in bug reports:https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
Modified August 7, 4:04:59 PM PDT by Cor-el
jscher2000
3931 Solutions34386 answers Posted
8/7/13 4:03 pmhelpful Reply
Rather than use individual checkboxes, Firefox now operates over a range of SSL/TLS protocols. These settings is accessed using the About:config Preferences editor.
Lowest acceptable Protocol: security.tls.version.min (default SSL3.0 = 0)
Highest allowed Protocol: security.tls.version.max (Default TLS1.0 = 1)
To modify:
(1) In a new tab, type or paste about:config in the Address bar and press Enter. Click the button promising to be careful.
(2) The Search box above the list, type or paste TLS and pause while the list is filtered
(3) To disable SSL3 and requires TLS of one flavor or another, double-click security.tls.version.min and enter th E Desired value:
- 0 = SSL 3.0 Okay
- 1 = at least TLS 1.0
- 2 = At least TLS 1.1 see WARNING below
(4) To disable TLS of one flavor or another, double-click security.tls.version.max and enter the desired value:
- 0 = up to SSL 3.0
- 1 = up to TLS 1.0
- 2 = up-to-TLS 1.1 see WARNING below
Warning:according the following article, selecting TLS 1.1 may prevent connections to older servers from working:http:// kb.mozillazine.org/security.tls.version.*
Modified August 7, 4:05:41 PM PDT by jscher2000
Help for Enable SSL 3.0 and disable TLS 1.0: