tomcat在系统安装了apr的情况下会默认开启openssl作为https默认加密模式
如果不想使用openssl 可以在 connector中加如下内容
sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation"
禁用Tomcat的OpenSSL
本文介绍如何在Tomcat中禁用默认启用的OpenSSL加密模式。当系统已安装APR时,Tomcat可能会自动选择OpenSSL进行HTTPS加密。若不希望使用OpenSSL,可以通过在connector配置中设置特定参数来指定使用JSSE实现。
tomcat在系统安装了apr的情况下会默认开启openssl作为https默认加密模式
如果不想使用openssl 可以在 connector中加如下内容
sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation"
1万+

被折叠的 条评论
为什么被折叠?