#REGTEST_TYPE=devel # This reg-test ensures that SSL related configuration specified in a # default-server option are properly taken into account by the servers # (frontend). It mainly focuses on the client certificate used by the frontend, # that can either be defined in the server line itself, in the default-server # line or in both. # # It was created following a bug raised in redmine (issue #3906) in which a # server used an "empty" SSL context instead of the proper one. # varnishtest "Test the 'set ssl cert' feature of the CLI" # QUIC backend are not supported with USE_QUIC_OPENSSL_COMPAT feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL)'" setenv VTC_SOCK_TYPE quic include ${testdir}/../ssl/ssl_default_server.vtci