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

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

Learn More

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

Upgrading from 35 to 36 caused secure connection failed errors

  • 1 відповідь
  • 61 має цю проблему
  • 1 перегляд
  • Остання відповідь від richpjr

more options

We have a couple of different applications that our customers suddenly are having issues with on a pair of load balanced web servers after they upgrade to version 36 of Firefox. It worked fine in 35 and still works in Chrome and IE. The error only happens on certain pages within the sites. The exact error is this:

Secure Connection Failed

The connection to the server was reset while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

The exact same apps work fine on other servers with version 36, so I’m guessing it is some kind of a certificate/cipher issue with the server or load balancer. I have searched for this message and see others have similar issues when attempting to upload files but the pages failing don't have any file uploads on them. Any suggestions on what to look at?

We have a couple of different applications that our customers suddenly are having issues with on a pair of load balanced web servers after they upgrade to version 36 of Firefox. It worked fine in 35 and still works in Chrome and IE. The error only happens on certain pages within the sites. The exact error is this: Secure Connection Failed The connection to the server was reset while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. The exact same apps work fine on other servers with version 36, so I’m guessing it is some kind of a certificate/cipher issue with the server or load balancer. I have searched for this message and see others have similar issues when attempting to upload files but the pages failing don't have any file uploads on them. Any suggestions on what to look at?

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

After spending some more time browsing around on the forums, I stumbled on this thread:

https://support.mozilla.org/en-US/questions/1050465

We changed the max parse length parameter to 65535 in our Cisco ACE20-MOD-K9 load balancer and this solved the issue:

parameter-map type http HTTP-PARAM-MAP set header-maxparse-length 65535 length-exceed continue

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

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

more options

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

After spending some more time browsing around on the forums, I stumbled on this thread:

https://support.mozilla.org/en-US/questions/1050465

We changed the max parse length parameter to 65535 in our Cisco ACE20-MOD-K9 load balancer and this solved the issue:

parameter-map type http HTTP-PARAM-MAP set header-maxparse-length 65535 length-exceed continue

Змінено richpjr