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/paniclog/2020 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/paniclog/2020 (limited to 'test/paniclog/2020') diff --git a/test/paniclog/2020 b/test/paniclog/2020 new file mode 100644 index 000000000..e16a6800b --- /dev/null +++ b/test/paniclog/2020 @@ -0,0 +1,8 @@ +1999-03-02 09:44:33 Warning: No server certificate defined; TLS connections will fail. + Suggested action: either install a certificate or change tls_advertise_hosts option +1999-03-02 09:44:33 Warning: No server certificate defined; TLS connections will fail. + Suggested action: either install a certificate or change tls_advertise_hosts option + +******** SERVER ******** +1999-03-02 09:44:33 Warning: No server certificate defined; TLS connections will fail. + Suggested action: either install a certificate or change tls_advertise_hosts option -- cgit v1.2.3