Start with only TLSv1.0

As your compile of 2.4 may not support 1.2


Sent from my iPhone

> On Mar 25, 2016, at 12:23 PM, Leonay Wynn <lwkj...@gmail.com> wrote:
> 
> HI,
> 
> I'm running RHEL 5.3. I upgraded my httpd version to Apache 2.4.18. 
> configured with this: $ ./configure --prefix=/apps/httpd --enable-ssl 
> --with-mpm=worker --enable-module=headers --enable-shared=headers
> 
> All works well.
> 
> I also installed OpenSSL 1.0.2g . I replaced my system installed openssl 
> binary with the OpenSSL 1.0.2g.
> 
> I updated my httpd-ssl.conf with
> SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 
> EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+aRSA+RC4 EECDH 
> EDH+aRSA RC4 !aNULL !eNULL !LOW !3DES !MD5 !EXP
> !PSK !SRP !DSS"
> SSLProtocol All -SSLv2 -SSLv3 +TLSv1.2
> 
> when I try to start httpd it complains:
> 
> SSLProtocol: Illegal protocol 'TLSv1.2'
> 
> does anyone have a procedure to make this work or know what I'm doing 
> incorrectly?
> 
> thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to