mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 19:42:07 +03:00
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
curl --insecure 'https://localhost:8001/hello'
|
|
curl --insecure 'https://localhost:8001/hello'
|
|
curl --cacert ssl/cert.pem 'https://localhost:8001/hello'
|
|
|