hurl/integration/ssl/cacert.hurl
2023-01-17 13:08:22 +01:00

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!`