hurl/integration/ssl/cacert.hurl

8 lines
162 B
Plaintext
Raw Normal View History

2023-01-13 10:08:14 +03:00
# Access an SSL endpoint with a custom CA
# Remark: The option --ssl-no-revoke must be set for windows
2022-12-11 13:57:19 +03:00
GET https://localhost:8002/hello
2021-10-20 09:01:51 +03:00
2022-11-11 16:25:00 +03:00
HTTP 200
2022-12-02 22:50:27 +03:00
`Hello World!`
2021-10-20 09:01:51 +03:00