1、https概述shell
http/https基於TCP併發
https工做流程.net
1.client請求,先TCP三次握手,創建鏈接。協商協議rest
2.Server發送證書code
3.Client驗證證書,併發送對稱祕鑰給Serverblog
ssl只能基於ip,ip
2、ssl
1.安裝mod_sslget
[root@hfdb0001 conf]# httpd -M 查看模塊 ... ... [root@hfdb0001 conf]# yum install mod_ssl ... [root@hfdb0001 conf]# rpm -ql mod_ssl /etc/httpd/conf.d/ssl.conf => ssl.conf 做爲主配置文件 /usr/lib64/httpd/modules/mod_ssl.so /var/cache/mod_ssl /var/cache/mod_ssl/scache.dir /var/cache/mod_ssl/scache.pag /var/cache/mod_ssl/scache.sem [root@hfdb0001 conf]# service httpd restart ... ...
2.配置CA
工作流