Re: [users@httpd] apache 2.4.10 sslv3 not offering when tls is enabled

2017-02-10 Thread Sven Crul
On Fri, Feb 10, 2017 at 3:29 AM, Sven Crul wrote: I cannot get the server to offer SSLV3  when TLS is enabled (Any TLS ) when I do ssl protocol SSLv3 then sslv3 works but from the moment I add TLS , SSLv3 no longer works ​Debian compiles openssl w/o SSLv3 support.  You'll

Re: [users@httpd] apache 2.4.10 sslv3 not offering when tls is enabled

2017-02-10 Thread Sven Crul
nly TLS #SSLProtocol SSLv3 ==> logaically only SSLv3 SSLProtocol SSLv3 +all ==> only TLS :-( tried all combinations :-( From: Sven Crul To: users@httpd.apache.org Date: 10/02/2017 10:10 Subject:Re: [users@httpd] apache 2.4.10 sslv3 not offering wh

Re: [users@httpd] apache 2.4.10 sslv3 not offering when tls is enabled

2017-02-10 Thread Sven Crul
sslv3 not offering when tls is enabled do you change SSLCipherSuite?, show us which one you have 2017-02-10 9:29 GMT+01:00 Sven Crul : Hi, First off all Thanks , like already said I tried about everything :-( nevertheless i tried all of them again  ... without

Re: [users@httpd] apache 2.4.10 sslv3 not offering when tls is enabled

2017-02-10 Thread Sven Crul
SSLCipherSuite !aNULL:!eNULL:!EXPORT:!DSS:!DES:!SSLv2:!RC4:ECDHE:ECDH:DHE:AES256-GCM-SH A384:AES128-GCM-SHA256:HIGH - -chris > 2017-02-09 17:30 GMT+01:00 Sven Crul <mailto:sven.c...@belmedis.be>>: > > Hi, > > &

[users@httpd] apache 2.4.10 sslv3 not offering when tls is enabled

2017-02-09 Thread Sven Crul
Hi, I switch to debian with apache 2.4.10 where I need sslv3 for backwards compatibility with some OLD clients I use openssl 1.0.1t (latest stable for debian) with the settings "sslprotocol all" in ssl.conf sslv3 is not offered with the setting "sslprotocol sslv3" in ssl.conf it works but