Skip to content

Commit 3729e03

Browse files
committed
8385584: CAInterop.java#buypassclass3ca fails with Intermediate Root CA not found in the chain
Backport-of: 4a0a8587dbc0a132d763f7305e595e05e6b2e2e6
1 parent cab0f95 commit 3729e03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • test/jdk/security/infra/java/security/cert/CertPathValidator/certification

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ private CATestURLs getTestURLs(String alias) {
607607
new CATestURLs("https://valid.business.ca22.ssl.buypass.no",
608608
"https://revoked.business.ca22.ssl.buypass.no");
609609
case "buypassclass3ca" ->
610-
new CATestURLs("https://valid.qcevident.ca23.ssl.buypass.no",
611-
"https://revoked.qcevident.ca23.ssl.buypass.no");
610+
new CATestURLs("https://valid.evident.ca23.ssl.buypass.no",
611+
"https://revoked.evident.ca23.ssl.buypass.no");
612612

613613
case "comodorsaca" ->
614614
new CATestURLs("https://comodorsacertificationauthority-ev.comodoca.com",

0 commit comments

Comments
 (0)