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

Tired of slow SFTP connection?

Don’t worry, there is a little trick to speed up SFTP over SSH connection. For better speed raise priority of BLOWFISH cipher (BLOWFISH is much faster than AES). You may have double increase speed while uploading/downloading files. Security goes down lightly.

Previous Next Close
Speed up your SFTP over SSH connection up twice! ;-)

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