aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/sun/net/www/http/HttpClient/B8025710.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sun/net/www/http/HttpClient/B8025710.java b/test/sun/net/www/http/HttpClient/B8025710.java
index 97368a80e1..9b25d8d5b3 100644
--- a/test/sun/net/www/http/HttpClient/B8025710.java
+++ b/test/sun/net/www/http/HttpClient/B8025710.java
@@ -47,6 +47,9 @@ public class B8025710 {
private static final String passphrase = "passphrase";
public static void main(String[] args) throws Exception {
+ // test uses legacy MD5 based cert
+ Security.setProperty("jdk.certpath.disabledAlgorithms", "");
+ Security.setProperty("jdk.tls.disabledAlgorithms", "");
new B8025710().runTest();
if (connectInServer.get())