]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pytests: fix tls session resumption tests
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Jul 2020 12:13:10 +0000 (14:13 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Jul 2020 12:13:10 +0000 (14:13 +0200)
tests/pytests/templates/kresd.conf.j2

index 06934f263a2ceebf697e7702ac3d6dc666aa8dd7..08c73c88a75d73fad2f19feb0583053caa76cedb 100644 (file)
@@ -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'