mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-15 20:03:33 -04:00
With the EOL of HAProxy 2.4 all supported versions of HAProxy support `haproxy -cc`, allowing us to unify the tests in this regard.
12 lines
333 B
Text
12 lines
333 B
Text
#REGTEST_TYPE=bug
|
|
# Test if a certificate can be dynamically updated once a server which used it
|
|
# was removed.
|
|
#
|
|
varnishtest "Delete server via cli and update certificates"
|
|
|
|
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)'"
|
|
feature cmd "command -v socat"
|
|
|
|
setenv VTC_SOCK_TYPE stream
|
|
include ${testdir}/dynamic_server_ssl.vtci
|
|
|