From adb5458e4d698ad6c03f59f489c8dfde77a3d255 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 14 Jul 2020 14:13:10 +0200 Subject: [PATCH] pytests: fix tls session resumption tests --- tests/pytests/templates/kresd.conf.j2 | 1 + 1 file changed, 1 insertion(+) 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' -- 2.47.2