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


