配置tomcat的https域名
Posted xiluhua
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置tomcat的https域名相关的知识,希望对你有一定的参考价值。
配置tomcat的https域名:
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" clientAuth="false" sslEnabledProtocols="SSLv2,SSLv3,TLSv1,TLSv1.1,TLSv1.2,SSLv2Hello" keystoreFile="/SSL/new/证书" keystorePass="域名" />
以上是关于配置tomcat的https域名的主要内容,如果未能解决你的问题,请参考以下文章