Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

certificate manager , why cant i add the exception ?

more options

HI

Im having a Siemens alarm 4320 installed at home , when trying to access it im getting Secure Connection Failed

An error occurred during a connection to 192.168.0.200. SSL peer rejected a handshake message for unacceptable content. Error code: SSL_ERROR_ILLEGAL_PARAMETER_ALERT

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Before i could make an exception to it and access it ..

But i cant make any exception in the cert manager anymore either ,

Works in other explorer , ??

HI Im having a Siemens alarm 4320 installed at home , when trying to access it im getting Secure Connection Failed An error occurred during a connection to 192.168.0.200. SSL peer rejected a handshake message for unacceptable content. Error code: SSL_ERROR_ILLEGAL_PARAMETER_ALERT The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem. Before i could make an exception to it and access it .. But i cant make any exception in the cert manager anymore either , Works in other explorer , ??
첨부된 스크린샷

모든 댓글 (1)

more options

These are old (and vulnerable) SSLv3 certificates, so by default Firefox blocks them without a possibility of an exception. You can change about:config settings to enable it (here be dragons though):

  • Change "security.tls.version.min" from 1 to 0
  • Change "security.tls.version.fallback-limit" from 1 to 0

Source, and further reading: https://stackoverflow.com/questions/21024526/ssl-error-illegal-parameter-alert

But if you can do anything about it, you should definitely try to upgrade to the latest version of TLS.