From: Remi Gacogne Date: Thu, 24 Oct 2019 16:00:36 +0000 (+0200) Subject: dnsdist: check-config now warns about DoH in plain HTTP mode as well X-Git-Tag: auth-4.3.0-beta1~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c22318f866142ebcccda89ca8c69f7c4354b40;p=thirdparty%2Fpdns.git dnsdist: check-config now warns about DoH in plain HTTP mode as well --- 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): """