From 11c22318f866142ebcccda89ca8c69f7c4354b40 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 24 Oct 2019 18:00:36 +0200 Subject: [PATCH] dnsdist: check-config now warns about DoH in plain HTTP mode as well --- regression-tests.dnsdist/test_DOH.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-tests.dnsdist/test_DOH.py b/regression-tests.dnsdist/test_DOH.py index f23a25a37e..e866642139 100644 --- a/regression-tests.dnsdist/test_DOH.py +++ b/regression-tests.dnsdist/test_DOH.py @@ -716,6 +716,9 @@ class TestDOHOverHTTP(DNSDistDOHTest): addDOHLocal("127.0.0.1:%s") """ _config_params = ['_testServerPort', '_dohServerPort'] + _checkConfigExpectedOutput = b"""No certificate provided for DoH endpoint 127.0.0.1:8480, running in DNS over HTTP mode instead of DNS over HTTPS +Configuration 'configs/dnsdist_TestDOHOverHTTP.conf' OK! +""" def testDOHSimple(self): """ -- 2.47.2