hurl/integration/ssl/options.curl

5 lines
153 B
Plaintext
Raw Normal View History

curl --insecure 'https://localhost:8001/hello'
curl --insecure 'https://localhost:8001/hello'
curl --cacert ssl/cert.pem 'https://localhost:8001/hello'
2022-08-11 21:45:55 +03:00