]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTEST/MINOR: Wrong URI in a reg test for SSL/TLS.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 22 Jun 2018 20:55:07 +0000 (22:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jun 2018 20:04:27 +0000 (22:04 +0200)
Fix typos where http:// URIs were used in place of https://.

reg-tests/ssl/h00000.vtc

index 5b0a3913e369e1fbc5e2c5b6acd4f622ec0bfb90..0765cb48ae46c7e14a3fcbc5a7d02acc8de9e349 100644 (file)
@@ -31,15 +31,11 @@ haproxy h1 -conf {
     http-request redirect location /
 } -start
 
-
-# Note that with such a HAProxy configuration and curl status is 52
-# (Empty reply from server).
-
-process p1 "curl -i -k http://${h1_frt_addr}:${h1_frt_port}" -expect-exit 52 -start
-process p2 "curl -i -k http://${h1_frt_addr}:${h1_frt_port}" -expect-exit 52 -start
-process p3 "curl -i -k http://${h1_frt_addr}:${h1_frt_port}" -expect-exit 52 -start
-process p4 "curl -i -k http://${h1_frt_addr}:${h1_frt_port}" -expect-exit 52 -start
-process p5 "curl -i -k http://${h1_frt_addr}:${h1_frt_port}" -expect-exit 52 -start
+process p1 "curl -i -k https://${h1_frt_addr}:${h1_frt_port}" -start
+process p2 "curl -i -k https://${h1_frt_addr}:${h1_frt_port}" -start
+process p3 "curl -i -k https://${h1_frt_addr}:${h1_frt_port}" -start
+process p4 "curl -i -k https://${h1_frt_addr}:${h1_frt_port}" -start
+process p5 "curl -i -k https://${h1_frt_addr}:${h1_frt_port}" -start
 
 process p1 -wait
 process p2 -wait