Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 3 hebben dit probleem
  • 71 weergaven
  • Laatste antwoord van 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?

Gekozen oplossing

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.
Dit antwoord in context lezen 👍 0

Alle antwoorden (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

Gekozen oplossing

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).