Welcome to janforman.com you can find here infos about downtime of my servers and other stuff.

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 [...]

[...] 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 [...]