From 23f3dc67a13f71bb8fdf2930052d3fdce85e9774 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 1 Nov 2015 19:46:28 +0000 Subject: TLS: Default tls_advertise_hosts to "*". Bug 1709 Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set. --- test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index 7af30763b..2ef749f33 100755 --- a/test/runtest +++ b/test/runtest @@ -952,7 +952,7 @@ RESET_AFTER_EXTRA_LINE_READ: # are unset, because tls ain't always there. next if /in\s(?:tls_advertise_hosts\?|hosts_require_tls\?) - \sno\s\(option\sunset\)/x; + \sno\s\((option\sunset|end\sof\slist)\)/x; # Skip auxiliary group lists because they will vary. -- cgit v1.2.3