SSL (SecureSocketsLayer Secure Sockets Layer) is a security protocol that provides security and data integrity for network communication. It uses Encryption technology, ensure that data is not intercepted or eavesdropped during network transmission.
See if SSL is supported
First, execute the following command on MySQL to query whether MySQL supports SSL:
Mysql> show VARIABLES like ' Have_ssl ';+---------------+-------+| variable_name | Value |+---------------+-------+| Have_ssl |
Original: https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf Translator: Shawn the R0ck, (after correcting themselves plus to the back) SSL /TLS Deployment Best Practices Ivan Risti?version 1.3 (September) Copyright? 2012-201
See if SSL is supported
First, execute the following command on MySQL to query whether MySQL supports SSL:
Mysql> show VARIABLES like ' Have_ssl ';
+---------------+-------+
| variable_name | Value |
+---------------+-------+
| Have_ssl |
Original: https://www.ssllabs.com/downloads/SSL_TLS_Deployment_Best_Practices_1.3.pdf translator: shawn the R0ck, (self-added to back correction) SSL/TLS deployment Best Practices ivan risti?version 1.3 (17 september 2013) Copyright
Pro SSL Certificate , verifying Enterprise Domain name ownership and enterprise identity information, using SGC (server gating) technology to enforce 128-bit to 256-bit encryption, belonging to Enterprise OV Certified Professional (PRO) SSL
First, what is HTTPS?
According to Wikipedia's explanation:
Hypertext Transfer Security Protocol (abbreviation: HTTPS, English: Hypertext Transfer Protocol Secure) is a combination of Hypertext Transfer Protocol and SSL/TLS to provide encrypted
First, what is HTTPS?
According to Wikipedia's explanation:
Copy Code code as follows:
Hypertext Transfer Security Protocol (abbreviation: HTTPS, English: Hypertext Transfer Protocol Secure) is a combination of Hypertext Transfer
First, what is HTTPS?
According to Wikipedia's explanation:
Hypertext Transfer Security Protocol (abbreviated: HTTPS, English: Hypertext Transfer Protocol Secure) is a combination of Hypertext Transfer Protocol and SSL/TLS to provide encrypted
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.