-
Bug
-
Resolution: Not an Issue
-
P4
-
None
This test tries to access https://github.com and fails because network firewall rules prevent accessing external servers.
open/test/jdk/security/infra/javax/net/ssl/HttpsURLConnectionTest.java
Error:
----------System.err:(11/839)----------
java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
at HttpsURLConnectionTest.main(HttpsURLConnectionTest.java:46)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
open/test/jdk/security/infra/javax/net/ssl/HttpsURLConnectionTest.java
Error:
----------System.err:(11/839)----------
java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
at HttpsURLConnectionTest.main(HttpsURLConnectionTest.java:46)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1575)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Test failed: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 500 handshakefailed"
- relates to
-
JDK-8327084 Root CA interop tests fail due to network firewall rules
- Open
-
JDK-8334441 Mark tests in jdk_security_infra group as manual
- Resolved
- links to
-
Review openjdk/jdk/19745