diff options
Diffstat (limited to 'tests/data/test308')
-rw-r--r-- | tests/data/test308 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/data/test308 b/tests/data/test308 new file mode 100644 index 000000000..d9ae1fd88 --- /dev/null +++ b/tests/data/test308 @@ -0,0 +1,24 @@ +# +# Client-side +<client> +<features> +OpenSSL +</features> +<server> +https +</server> + <name> +simple HTTPS GET with invaild crypto engine + </name> + <command> +--engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308 +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +53 +</errorcode> +</verify> |