我正在编写客户端代码以连接到安全URL
我已将证书导入JKS。当我尝试列出证书时,我看到以下错误消息 当我尝试连接到服务器时,出现403错误。我怀疑这是否与证书中的例外有关。
我看了一下这篇文章,但是当我编写客户端代码时,它与服务器端有关。 How to add CA Certificate which contain invalid URI name " file://\\ " into keystore file
我看到了有关oracle社区的一些帖子,但无法理解。 https://community.oracle.com/thread/1533775
#5:ObjectId:1.3.6.1.5.5.7.1.1 Criticality = false 由于出现无法解析的AuthorityInfoAccess扩展 java.io.IOException:无效的URI名称:file://xyz.prod.abc/CertEnroll/pqrs.prod.abc_xxxxxxx Web安全框架(1).crt
#6:ObjectId:2.5.29.31 Criticality = false 由于存在无法解析的CRLDistributionPoints扩展 java.io.IOException:无效的URI名称:file://xyz.prod.abc/CertEnroll/xxxxxxx Web Security Framework.crl
我已经从Internet Explorer导出了证书。 我可以通过Internet Explorer访问URL,但不能使用Java客户端代码。