hurl/integration/ssl/options.curl
2023-01-11 14:55:13 +01:00

5 lines
171 B
Plaintext

curl --insecure 'https://localhost:8001/hello'
curl --insecure 'https://localhost:8001/hello'
curl --cacert ssl/server/cert.selfsigned.pem 'https://localhost:8001/hello'