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.

How to re-disable TLSv1.0?

more options

I tried to visit a website on a private network.

Firefox threw up a security warning about how the web page uses TLSv1.0.

I clicked on the "Enable TLS v1.0" button because I wanted to temporarily view the web page, so that I can look at the TLS certificate to debug an unrelated issue about the cert chain on this site.

Now I want to go back to the default settings, where Firefox blocks TLSv1.0.

How do I do that?

In about:config I looked at security.tls.version.min but it's still on the original value of 3. Yet Firefox is still letting me view that particular page over TLSv1.0 without the security warning.

I tried to visit a website on a private network. Firefox threw up a security warning about how the web page uses TLSv1.0. I clicked on the "Enable TLS v1.0" button because I wanted to temporarily view the web page, so that I can look at the TLS certificate to debug an unrelated issue about the cert chain on this site. Now I want to go back to the default settings, where Firefox blocks TLSv1.0. How do I do that? In about:config I looked at security.tls.version.min but it's still on the original value of 3. Yet Firefox is still letting me view that particular page over TLSv1.0 without the security warning.

Gekozen oplossing

Hi Matthew, I'm not sure what preferences are changed when you enable TLS 1.0, but could you take a look here:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste TLS and pause while the list is filtered

(3) At the right end of each row that is bolded, indicating that it has been modified, click the arching left-pointing arrow reset button to restore the default value for the preference -- in particular, look for security.tls.version.enable-deprecated

More info on about:config: Configuration Editor for Firefox.

Does that fix it -- meaning, you get the old error message again?

Dit antwoord in context lezen 👍 0

Alle antwoorden (3)

more options

Here is a printscreen of the original error screen, which is no longer appearing.

more options

Gekozen oplossing

Hi Matthew, I'm not sure what preferences are changed when you enable TLS 1.0, but could you take a look here:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste TLS and pause while the list is filtered

(3) At the right end of each row that is bolded, indicating that it has been modified, click the arching left-pointing arrow reset button to restore the default value for the preference -- in particular, look for security.tls.version.enable-deprecated

More info on about:config: Configuration Editor for Firefox.

Does that fix it -- meaning, you get the old error message again?

more options

Yep, `security.tls.version.enable-deprecated` was the setting that was changed. Now I've set that back to the default value of false, and the TLS warnings return.

Thanks!