- empty,
- not found, or
- couldn’t be opened (due to access permissions for example).
另请参见下面的 @AdamPlumb的答案。
要调试此问题(我在这里写过)并了解正在使用什么信任库,可以添加属性 javax.net.debug = all,然后过滤有关信任库的日志。你也可以使用属性javax.net.ssl.trustStore来指定特定的信任库。例如 :
java -Djavax.net.debug=all -Djavax.net.ssl.trustStore=/Another/path/to/cacerts -jar test_get_https-0.0.1-SNAPSHOT-jar-with-dependencies.jar https://www.calca.com.py 2>&1| grep -i truststore
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)