From e94bdb4ed3c6c5fe23a22fa652f80542a36a4d2f Mon Sep 17 00:00:00 2001 From: Moritz Marquardt Date: Sun, 6 Jun 2021 12:38:07 +0200 Subject: [PATCH] Add screenshot of the SNI test script --- haproxy-sni/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haproxy-sni/README.md b/haproxy-sni/README.md index 9d7de21..8bb8f02 100644 --- a/haproxy-sni/README.md +++ b/haproxy-sni/README.md @@ -12,9 +12,12 @@ In the example (see [haproxy.cfg](haproxy.cfg)), the `pages_backend` is listenin ## How to test ```bash -docker-compose up -d +docker-compose up & ./test.sh +docker-compose down # For manual testing: all HTTPS URLs connect to localhost:443 & certificates are not verified. ./test.sh [curl-options...] ``` + +![Screenshot of the test script's output](/attachments/c82d79ea-7586-4d4b-b340-3ad0030185d6)