hurl/integration/ssl/options.curl

5 lines
153 B
Plaintext
Raw Normal View History

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