We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab0f95 commit 3729e03Copy full SHA for 3729e03
1 file changed
test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java
@@ -607,8 +607,8 @@ private CATestURLs getTestURLs(String alias) {
607
new CATestURLs("https://valid.business.ca22.ssl.buypass.no",
608
"https://revoked.business.ca22.ssl.buypass.no");
609
case "buypassclass3ca" ->
610
- new CATestURLs("https://valid.qcevident.ca23.ssl.buypass.no",
611
- "https://revoked.qcevident.ca23.ssl.buypass.no");
+ new CATestURLs("https://valid.evident.ca23.ssl.buypass.no",
+ "https://revoked.evident.ca23.ssl.buypass.no");
612
613
case "comodorsaca" ->
614
new CATestURLs("https://comodorsacertificationauthority-ev.comodoca.com",
0 commit comments