From: Tomas Krizek Date: Tue, 14 Jul 2020 12:13:10 +0000 (+0200) Subject: pytests: fix tls session resumption tests X-Git-Tag: v5.1.3~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb5458e4d698ad6c03f59f489c8dfde77a3d255;p=thirdparty%2Fknot-resolver.git pytests: fix tls session resumption tests --- diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 06934f263..08c73c88a 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -21,6 +21,7 @@ net.ipv6=true {% if kresd.tls_key_path and kresd.tls_cert_path %} net.tls("{{ kresd.tls_cert_path }}", "{{ kresd.tls_key_path }}") +net.tls_sticket_secret('0123456789ABCDEF0123456789ABCDEF') {% endif %} hints['localhost.'] = '127.0.0.1'