< prev index next >

test/jdk/java/net/httpclient/http2/ErrorTest.java

Print this page

        

@@ -56,11 +56,11 @@
  * But, the exception that was thrown was not being returned up to application
  * causing hang problems
  */
 public class ErrorTest {
 
-    static final String[] CIPHER_SUITES = new String[]{ "TLS_KRB5_WITH_3DES_EDE_CBC_SHA" };
+    static final String[] CIPHER_SUITES = new String[]{ "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" };
 
     static final String SIMPLE_STRING = "Hello world Goodbye world";
 
     //@Test(timeOut=5000)
     @Test
< prev index next >