HTTPS connection set SSL protocol (SSL Protocol) and Encryption Suite (SSL Cipher suite)
Just
All rights reserved
SSL securesockets Layer transportlayer security tls tls ssl
Linux after installing the OpenSSL in the future, it will generally support SSLv2 (It is unsafe, not recommended), SSLv3 , TLSv1 These secure transport protocols (recommended).
Depending on your actual needs, generate a certificate, select the Transport encryption protocol and the appropriate encryption suite.
The following example is the Sslprotocol Set as TLSv1 , Sslciphersuite Set as Aes256-sha , such as:
#vi/etc/httpd/conf.d/ssl/conf
Modifying the Sslprotocol and sslciphersuite parameters
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/80/wKioL1WeQ-SDCU84AAOFlnMtjLA096.jpg "title=" 01.png "alt=" Wkiol1weq-sdcu84aaoflnmtjla096.jpg "/>
Verify settings: View connection encryption information
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/6F/84/wKiom1WeQlrT7vy-AALUbv3inY0260.jpg "title=" 02.png "alt=" Wkiom1weqlrt7vy-aalubv3iny0260.jpg "/>
Reference Documentation: http://httpd.apache.org/docs/2.4/mod/mod_ssl.html
http://httpd.apache.org/docs/trunk/mod/mod_ssl.html
This article is from the CentOS configuration cacti blog, so be sure to keep this source http://3886314.blog.51cto.com/3876314/1672634
HTTPS connection set up SSL protocol and encryption suite