Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

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

Learn More

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

Router IP address generates SSL_ERROR_UNSUPPORTED_VERSION

  • 2 відповіді
  • 0 мають цю проблему
  • 1 перегляд
  • Остання відповідь від nintendo101

more options

How do you disable the SSL_ERROR_UNSUPPORTED_VERSION

error? This is to access my router, not a normal web site!

https://192.168.0.1/main.htm

How do you disable the SSL_ERROR_UNSUPPORTED_VERSION error? This is to access my router, not a normal web site! https://192.168.0.1/main.htm
Прикріплені знімки екрана

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

This means that the router only supports TLS 1.1 or TLS 1.0 and not the current minimum TLS 1.2 or 1.3.

Does using the insecure http://192.168.0.1/main.htm work ?


TLS 1.0 and TLS 1.1 are deprecated and have been disabled by default in Firefox 78+ releases. You can still enable TLS 1.0/1.1 via about:config although this is not recommended and you should only flip the pref to true when you need to access this device/website and reset the pref to false once you are done with accessing this device/website.

  • about:config => security.tls.version.enable-deprecated = true

You can install a portable (ESR) Firefox version to access websites that do not work with the current Firefox release. The portable version comes with its own profile folder and doesn't interfere with currently installed Firefox versions.

Читати цю відповідь у контексті 👍 2

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

more options

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

This means that the router only supports TLS 1.1 or TLS 1.0 and not the current minimum TLS 1.2 or 1.3.

Does using the insecure http://192.168.0.1/main.htm work ?


TLS 1.0 and TLS 1.1 are deprecated and have been disabled by default in Firefox 78+ releases. You can still enable TLS 1.0/1.1 via about:config although this is not recommended and you should only flip the pref to true when you need to access this device/website and reset the pref to false once you are done with accessing this device/website.

  • about:config => security.tls.version.enable-deprecated = true

You can install a portable (ESR) Firefox version to access websites that do not work with the current Firefox release. The portable version comes with its own profile folder and doesn't interfere with currently installed Firefox versions.

more options

http://192.168.0.1/main.htm redirects to https://192.168.0.1/main.htm

but the about:config setting did make it accessible. Thanks