我有点不知道如何在 WidlFly 11 中使用证书。我是文档,发现了很多术语,如 JSSE、OpenSSL、Elytron、ApplicationRealm。执行代码时出现问题
final URL url = new URL("https://someUrl");
HttpsURLConnection httpURLConnection = (HttpsURLConnection)url.openConnection();
抛出此异常sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
那么,究竟需要配置什么?我尝试了Elytron Doccumentation中的“为应用程序启用单向 SSL/TLS”部分,但没有奏效。
ps:我使用的是java 9.01 ps2:我使用的是standalone-full.xml
如果您需要更多信息,请告诉我