diff options
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 854f2c439..f7c68859f 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -1382,7 +1382,7 @@ cert = ${TMPWORKINGDIRECTORY}/rootdir/etc/webserver.pem output = /dev/null [https] -accept = 0 +accept = 127.0.0.1:0 connect = $APTHTTPPORT " > "${TMPWORKINGDIRECTORY}/stunnel.conf" $stunnel4 "${TMPWORKINGDIRECTORY}/stunnel.conf" |