Results 1 comments of oewang

> 导致这个问题根本原因是jdk11中升级了证书验证机制,为了提高证书验证的安全性和可靠性,要求证书中 IssuerDN 中的 CN 字段必须与 SubjectDN 中的第一个 CN 字段匹配。这样可以防止恶意证书的攻击 ![image](https://user-images.githubusercontent.com/56066641/239132716-bffd3488-f817-4393-ace1-1e8d155cf486.png) > > 我将继续寻找解决“证书颁发机构和证书主题的拥有者不同的问题” I checked the certificate chain validation code of jdk8 and jdk19, and it has not been...