diff options
Diffstat (limited to 'tests/data/test324')
-rw-r--r-- | tests/data/test324 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test324 b/tests/data/test324 new file mode 100644 index 000000000..df150ab3c --- /dev/null +++ b/tests/data/test324 @@ -0,0 +1,33 @@ +<testcase> +<info> +<keywords> +HTTPS +TLS-SRP +FAILURE +</keywords> +</info> + +# Client-side +<client> +<server> +http+tls-srp +</server> +<features> +TLS-SRP +</features> + <name> +TLS-SRP with server cert checking + </name> +<command> # no --insecure +--tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSSRPPORT/want/323 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +51 +</errorcode> +</verify> + +</testcase> |