
https
磊磊正正
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tomcat8.0 配置https证书(.pfx)
2、去tomcat/config/server.xml修改配置。 配置属性: 必填项: SSLEnabled="true" scheme="https" secure="true" clientAuth="false" protocol:有两种模式,Http11NioProtocol和Http11AprProtocol ,我们要使用第一种。 其他的根据自己的情况修改...原创 2019-09-14 19:30:16 · 1975 阅读 · 0 评论 -
tomcat 8.x 配置 HTTPS 协议
原文:https://www.cnblogs.com/banywl/p/9485481.html # 此配置仅适用于 tomcat 8.x 版本 系统环境 linux 和 windows 都可以 1.申请证书 http://freeSSL.org 2.下载证书文件 full_chain.pem 和 private.key 3.使用 openssl 控制台将 full_chain.pe...转载 2019-09-14 22:22:50 · 838 阅读 · 0 评论