projects
/
haproxy-3.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce394a
)
REGTESTS: remove a duplicate "option httpslog" in the defaults section
author
Willy Tarreau
<w@1wt.eu>
Tue, 19 Nov 2024 07:05:27 +0000
(08:05 +0100)
committer
Willy 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
patch
|
blob
|
history
diff --git
a/reg-tests/ssl/ssl_generate_certificate.vtc
b/reg-tests/ssl/ssl_generate_certificate.vtc
index
0f8fe2c
..
ba0b53b
100644
(file)
--- a/
reg-tests/ssl/ssl_generate_certificate.vtc
+++ b/
reg-tests/ssl/ssl_generate_certificate.vtc
@@
-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}"