使用的是老版本的Apache2.2.22
在SSLProtocol 中写上+TLSv1.2,apache就启动不了。
请问有什么办法能支持tls1.2
SSLCipherSuite 应该怎么写?
和证书文件有关么?
Support for TLSv1.1 and TLSv1.2 was added in httpd 2.2.23. You will need to upgrade httpd itself, and also have OpenSSL 1.0.1 available at build-time and at run-time.