Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Firefox refuses to connect to my NAS admin page

  • 2 réponses
  • 0 a ce problème
  • 132 vues
  • Dernière réponse par avdwollenberg

more options

I have a (quite old) Iomega 2 NAS in my local network. I have to connect to the admin page to change some settings, but FF responds with SSL_ERROR_UNSUPPORTED_VERSION, with no option to bypass.

It's my own NAS, in my own local network. How can I bypass this (in this case stupid) restriction? I know it's safe, I know no harm can be done, still I can't get to this page.

I have a (quite old) Iomega 2 NAS in my local network. I have to connect to the admin page to change some settings, but FF responds with SSL_ERROR_UNSUPPORTED_VERSION, with no option to bypass. It's my own NAS, in my own local network. How can I bypass this (in this case stupid) restriction? I know it's safe, I know no harm can be done, still I can't get to this page.

Solution choisie

I think that refers to the NAS's internal web server not supporting TLS 1.2; Firefox stopped connecting with TLS 1.0 or TLS 1.1 some time ago because they are not considered private any more. But you can reenable them if needed.

Unfortunately, Firefox doesn't have a method to only allow insecure protocols on your internal network, the following change will affect your web browsing as well. But maybe you only need it temporarily and then you can change it back?

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

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste security.tls.version.min and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to 1 then press Enter or click the blue check mark button to save the change.

To later restore the default value of 3, you can click the Reset button (left arching arrow) at the right end of the row.

If the device is SO OLD that it doesn't even support TLS 1.0, then you probably need to use Internet Explorer 11 to manage it. (Maybe there's a firmware update available.)

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

I think that refers to the NAS's internal web server not supporting TLS 1.2; Firefox stopped connecting with TLS 1.0 or TLS 1.1 some time ago because they are not considered private any more. But you can reenable them if needed.

Unfortunately, Firefox doesn't have a method to only allow insecure protocols on your internal network, the following change will affect your web browsing as well. But maybe you only need it temporarily and then you can change it back?

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

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste security.tls.version.min and pause while the list is filtered

(3) Double-click the preference to display an editing field, and change the value to 1 then press Enter or click the blue check mark button to save the change.

To later restore the default value of 3, you can click the Reset button (left arching arrow) at the right end of the row.

If the device is SO OLD that it doesn't even support TLS 1.0, then you probably need to use Internet Explorer 11 to manage it. (Maybe there's a firmware update available.)

more options

That did the trick, thank you very much!