test/jdk/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java
changeset 58009 0daf32316b47
parent 47216 71c04702a3d5
--- a/test/jdk/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java	Wed Sep 04 17:36:53 2019 +0100
+++ b/test/jdk/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java	Wed Sep 04 18:10:07 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -139,8 +139,8 @@
         // Both the https server and the proxy let the
         // system pick up an ephemeral port.
         httpTrans = new SimpleHttpTransaction();
-        server = new TestHttpsServer(httpTrans, 1, 10, 0);
-        proxy = new TunnelProxy(1, 10, 0);
+        server = new TestHttpsServer(httpTrans, 1, 10, firstNonLoAddress, 0);
+        proxy = new TunnelProxy(1, 10, firstNonLoAddress, 0);
     }
 
     public static void makeHttpCall() throws Exception {