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

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

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

Докладніше

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

"Add an Exception" for purporedly invalid/questionable SSL certifcates does not work in V 37.0.1. How do I get around thgis?

  • 5 відповідей
  • 2 мають цю проблему
  • 6 переглядів
  • Остання відповідь від Mole2015

more options

Accessing admin page of SAN that uses self-signed cert. (from Oracle Corp.), warning dialogue appears, which is OK, bu the "add exception" mechanism no longer works. (Used to in earlier versions of FireFox.)

Accessing admin page of SAN that uses self-signed cert. (from Oracle Corp.), warning dialogue appears, which is OK, bu the "add exception" mechanism no longer works. (Used to in earlier versions of FireFox.)

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

more options

I do not know without investigating the cert, however there are some guides on how to verify self-signed certs:

Add on for work around:

More info:

more options

The website may try to fallback to TLS 1.0 in a way that is no longer allowed in current releases or may be using a deprecated cipher suite.

You can open the about:config page via the location/address bar and use its search bar to locate this pref:

  • security.tls.insecure_fallback_hosts

You can double-click the line to modify the pref and add the full domain to this pref. If there are already websites (domains) in this list then add a comma and the new domain (no spaces). You should only see domains separated by a comma in the value column.


more options

cor-el said

The website may try to fallback to TLS 1.0 in a way that is no longer allowed in current releases or may be using a deprecated cipher suite. You can open the about:config page via the location/address bar and use its search bar to locate this pref:
  • security.tls.insecure_fallback_hosts
You can double-click the line to modify the pref and add the full domain to this pref. If there are already websites (domains) in this list then add a comma and the new domain (no spaces). You should only see domains separated by a comma in the value column.

Maybe this works but it is such an awkward and messy "solution" that it doesn't really qualify.

The real issue here is that FireFox developers have become arrogant and ceased to take note of what users do and need as opposed to their latest fancy theories.

I mostly prefer to use FireFox but if developments continue as at present - lots of unnecessary eye-candy and visual changes but no improvements in the fundamentals such as proper support for multi-processing - then Chrome is what I will have to use.

more options

guigs2 said

I do not know without investigating the cert, however there are some guides on how to verify self-signed certs: Add on for work around: More info:
more options

The add-on works as expected.

Thank you for your help.