diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-01 19:46:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-08 16:19:46 +0000 |
commit | 23f3dc67a13f71bb8fdf2930052d3fdce85e9774 (patch) | |
tree | 780d7e88f9c996c1889d25a7d228d3864d620a33 /test/paniclog/2020 | |
parent | d658adda50d19b00d2242c0f9162ab510ecda799 (diff) |
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.
Diffstat (limited to 'test/paniclog/2020')
-rw-r--r-- | test/paniclog/2020 | 8 |
1 files changed, 8 insertions, 0 deletions
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 |