REGTESTS: remove a duplicate "option httpslog" in the defaults section
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2024 07:05:27 +0000 (08:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 Nov 2024 07:06:26 +0000 (08:06 +0100)
This triggers the following warning:

  'option httpslog' overrides previous 'option httpslog' in 'defaults' section.

reg-tests/ssl/ssl_generate_certificate.vtc

index 0f8fe2c..ba0b53b 100644 (file)
@@ -38,7 +38,6 @@ haproxy h1 -conf {
         timeout connect "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout client  "${HAPROXY_TEST_TIMEOUT-5s}"
         timeout server  "${HAPROXY_TEST_TIMEOUT-5s}"
-        option httpslog
 
     listen clear-lst
         bind "fd@${clearlst}"