Hi,
In my lab's :
serv:
...
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.crt
SSLCertificateKeyFile /etc/apache2/ssl/apache.key
SSLProtocol -All +SSLv3 -TLSv1 -TLSv1.1 +TLSv1.2 ###( I added
TLSv1.2 to test)
...
client:
#curl https://w1 --insecure --tls
Hi,
Have you tested with the "+"?
from docs :
Syntax:SSLProtocol [+|-]protocol ...
ex :
SSLProtocol +TLSv1.2
...
SSLProtocol+SSLv3
...
On Tue, Jun 16, 2015 at 12:37 AM, karl karloff wrote:
> Is there a way in the current Apache (2.4.x or 2.2.x) to specify an
> SSLProtocol and SSLC