diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-08-30 10:58:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-30 10:58:37 +0000 |
commit | 73f0e32d1a2e0a2b3e9845281197baf8471d96ed (patch) | |
tree | 10cdf42ebac591c2edbad12c8f5a810b6f7ed95b /tests/data/test305 | |
parent | 713cb56fea8a6339576742063bc743a6625d3b47 (diff) |
new tests
Diffstat (limited to 'tests/data/test305')
-rw-r--r-- | tests/data/test305 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test305 b/tests/data/test305 new file mode 100644 index 000000000..70432039f --- /dev/null +++ b/tests/data/test305 @@ -0,0 +1,27 @@ +# Server-side +<reply> +<data> +</data> +</reply> + +# Client-side +<client> + <name> +insecure HTTPS without permission + </name> + <command> +https://%HOSTIP:%HOSTPORT/want/305 --cacert moooo +</command> +</test> + +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +</protocol> +<errorcode> +60 +</errorcode> +</verify> |