Add screenshot of the SNI test script

pull/8/head
Moritz Marquardt 2021-06-06 12:38:07 +02:00
rodzic b54f9df4c5
commit e94bdb4ed3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D5788327BEE388B6
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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...] <url>
```
![Screenshot of the test script's output](/attachments/c82d79ea-7586-4d4b-b340-3ad0030185d6)