Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

ssl_error_rx_unexpected_server_key_exch

  • 2 trả lời
  • 2 gặp vấn đề này
  • 34 lượt xem
  • Trả lời mới nhất được viết bởi Crock

more options

Recently upgraded to FF 31 from 24 ESR. Now receiving an error when trying to visit an internal web page of mine.

Secure Connection Failed

An error occurred during a connection to xxxx.website.com:8443. SSL received an unexpected Server Key Exchange handshake message. (Error code: ssl_error_rx_unexpected_server_key_exch)

I seem to recall needing to modify a setting in about:config to resolve this previously, but I can't seem to find this information anywhere.

I've tried the following modifications in about:config so far. Changing all "ssl.dhe" entries to FALSE security.tls.version.max = 1 (I've also tried 2 here with no success)

Hopefully somebody here has run into this before and can lend a hand. I appreciate any help!

Recently upgraded to FF 31 from 24 ESR. Now receiving an error when trying to visit an internal web page of mine. Secure Connection Failed An error occurred during a connection to xxxx.website.com:8443. SSL received an unexpected Server Key Exchange handshake message. (Error code: ssl_error_rx_unexpected_server_key_exch) I seem to recall needing to modify a setting in about:config to resolve this previously, but I can't seem to find this information anywhere. I've tried the following modifications in about:config so far. Changing all "ssl.dhe" entries to FALSE security.tls.version.max = 1 (I've also tried 2 here with no success) Hopefully somebody here has run into this before and can lend a hand. I appreciate any help!

Tất cả các câu trả lời (2)

more options

You can try to disable libPKIX support in Firefox, but it is not recommended to leave it disabled on the long run for security and vulnerability reasons.

  • about:config page: security.use_mozillapkix_verification = false

Note that support for the security.use_mozillapkix_verification pref to disable PKIX has been removed in Firefox 33.

more options

Unfortunately, that didn't make a difference. Strange issue. I'm sure I've come across this issue before I just can't recall how to resolve it.