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