hurl/integration/ssl/options.curl

5 lines
171 B
Plaintext
Raw Normal View History

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