REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL
Not working yet but it is needed to debug session resumption with wolfSSL. Could be backported in 2.7.
This commit is contained in:
parent
2aa14ce5a1
commit
8f5699bda1
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
varnishtest "Test if the SSL session/ticket reuse work correctly"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL_WOLFSSL) || feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 -repeat 84 {
|
||||
|
|
Loading…
Reference in New Issue