全栈https
Posted 小学生^.^
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了全栈https相关的知识,希望对你有一定的参考价值。
前言:在httpd中使用已经被私有CA签署的证书,对外提供一个https服务
配置httpd服务支持使用https
1:配置httpd支持使用ssl,及使用的证书
yum -y install mod_ssl
2:通过rpm -ql mod_ssl查看mod_ssl给httpd添加的配置文件
3:配置文件:
DocumentRoot "/var/www/html"
ServerName www.uplooking.com
SSLCertificateFile
SSLCertificateKeyFile
4:测试基于https访问web服务,看看是否可以解码ssl会话(需要修改
openssl s_client -connect www.uplooking.com:443 -CAfile
5:使用浏览器访问https://www.uplooking.com(需要修改hosts文件)
6:将cacert.pem导入到浏览器,再次反问
以上是关于全栈https的主要内容,如果未能解决你的问题,请参考以下文章
typescript Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming/angular-2/
typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming
typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming
typescript Angular最终版本的Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming