got java.security.InvalidAlgorithmParameterException: trustAnchors 参数在使用 cas 时必须为非空
我们在使用cas的tomcat下的应用程序中得到了以下异常。
java.security.InvalidAlgorithmParameterException: trustAnchors 参数必须为 non-empty
当我谷歌搜索它时,我发现了一些猜测和解决方案,但没有人可以帮助我。
这是我们tomcat服务器的一部分.xml文件:
<Connector SSLEnabled="true" clientAuth="false" keystoreFile="conf/.keystore" maxThreads="150" port="8443" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS"/>
我们指向生成的密钥库。