SSL_error_rx_unexpected_change_cipher
:-) so if you see this error, you have problem with openssl 0.9.8g.
This is small bug in client part of openssl and now is often visible in new Firefox 3
Simply disable TLS v1 in your server (SSHv2 too because of better security)
Insert this line into httpd.conf
—
SSLProtocol all -TLSv1 -SSHv2
—
That’s it :-D


[...] SSL_error_rx_unexpected_change_cipher SSL_error_rx_unexpected_change_cipher so if you see this error, you have problem with openssl 0.9.8g This is small bug in client part of openssl and now is often visible in new Firefox 3 Simply disable TLS v1 in your server — SSLProtocol all -TLSv1 — That’s it Tags: apache, firefox, gentoo, linux, nginx, openssl [...]
By » SSL_error_rx_unexpected_change_cipher Apache: What The World Is Saying About Apache on 06.22.08 17:15
[...] and again … and some POSTs never get to the server here i found the source of the evil. and here the solution i took … for a fast [...]
By ssl_error_rx_unexpected_change_cipher | yet another draggy weblog on 08.01.08 09:43