mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +03:00
8 lines
162 B
Plaintext
8 lines
162 B
Plaintext
# Access an SSL endpoint with a custom CA
|
|
# Remark: The option --ssl-no-revoke must be set for windows
|
|
GET https://localhost:8002/hello
|
|
|
|
HTTP 200
|
|
`Hello World!`
|
|
|