On Thu, 2014-09-18 at 10:00 -0600, Nathanael D. Noblet wrote: > Hello, > > So in trying to configure a apache server's ssl I've run into the > issue that I can't enable TLSv1.1/1.2. I get an error from apache. > Looking around I found the following: > > https://securityblog.redhat.com/2013/12/11/tlsv1-1-and-tlsv1-2-now-available-in-rhel/ > > Which states that httpd 2.2.23 and openssl-1.0.1 will get this working, > and should be in RHEL 6.5. However I can't find any httpd newer than > 2.2.15 anywhere. > > Anyone know what's going on? > So it seems that it allows TLSv1.1 or TLSv1.2 but you can't specify it in the SSLProtocol line. False alarm. So it seems the httpd version is not required as mentioned in that blog. -- Nathanael