【发布时间】:2011-07-09 06:26:35
【问题描述】:
我们在使用 cas 的 tomcat 下的应用程序中得到以下异常。
java.security.InvalidAlgorithmParameterException: trustAnchors 参数必须是 非空
当我用谷歌搜索它时,我发现了一些猜测和解决方案,但没有人能帮助我。
这是我们的 tomcat server.xml 文件的一部分:
<Connector SSLEnabled="true" clientAuth="false" keystoreFile="conf/.keystore" maxThreads="150" port="8443" protocol="HTTP/1.1" scheme="https" secure="true" sslProtocol="TLS"/>
我们指向我们生成的密钥库。
【问题讨论】: