When using SSL encryption the tunnel is explicitly setup in SSLv3 mode. Given that SSLv3 is now broken (CVE-2014-3566) we need to support TLS. The most flexible way to do that is to setup the SSL tunnel to support TLSv1.0, TLSv1.1 and TLSv1.2 instead.
On my system i need to override SNI so that apache will accept my connection.
Note: the attached SNI patch is meant to be applied to r253 on top of proxytunnel-1.9.0_tlsonly.patch
Last edit: the0ne 2015-03-16