Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

I don't have an Encrytion tab under options. Can this be fixed? If not, how would I access this?

  • 3 відповіді
  • 3 мають цю проблему
  • 71 перегляд
  • Остання відповідь від Gingerbread Man

more options

When I go to Options to Advanced tab, there is no Encryption tab between Update and Certificates. How would I access the encryption info?

When I go to Options to Advanced tab, there is no Encryption tab between Update and Certificates. How would I access the encryption info?

Обране рішення

There is no Encryption tab in current Firefox releases.

Current Firefox releases no longer have a user interface setting to disable TLS or SSL3 and you have to make the change on the about:config page and modify two prefs.
SSL3 is enabled by default in the current Firefox release (security.tls.version.min = 0) and TLS versions up to TLS 1.2 (security.tls.version.max = 3).

You can modify the security.tls.version.min and security.tls.version.max prefs to set which TLS versions are enabled.

You may need to close and restart Firefox after changing these prefs.

security.tls.version.min = 0 (1 will disable SSL3 and only enable TLS)
security.tls.version.max = 2 (0 will disable TLS 1.0 and higher, leaving only SSL3 enabled)
0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, 3 means TLS 1.2 etc.
Читати цю відповідь у контексті 👍 0

Усі відповіді (3)

more options

I don't remember seeing an Encryption tab there in recent years. What information are you looking for on that tab? It's probably available somewhere else.

If you want to know about the current page, click the padlock in the address bar, then More Information to call up the Security panel of the Page Info dialog. There you can get the details on the certificate used by the site.

more options

Вибране рішення

There is no Encryption tab in current Firefox releases.

Current Firefox releases no longer have a user interface setting to disable TLS or SSL3 and you have to make the change on the about:config page and modify two prefs.
SSL3 is enabled by default in the current Firefox release (security.tls.version.min = 0) and TLS versions up to TLS 1.2 (security.tls.version.max = 3).

You can modify the security.tls.version.min and security.tls.version.max prefs to set which TLS versions are enabled.

You may need to close and restart Firefox after changing these prefs.

security.tls.version.min = 0 (1 will disable SSL3 and only enable TLS)
security.tls.version.max = 2 (0 will disable TLS 1.0 and higher, leaving only SSL3 enabled)
0 means SSL 3.0, 1 means TLS 1.0, 2 means TLS 1.1, 3 means TLS 1.2 etc.
more options

jscher2000 wrote:

I don't remember seeing an Encryption tab there in recent years.

It was taken out in Firefox 23, released August 6th 2013 (bug 733632).