diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 06:04:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 06:04:52 +0000 |
commit | 42f60ecb36a958bba00a96cc69549b116b9d28db (patch) | |
tree | e97a6adfe9f21a641e0503d8aec05e8ad86784e3 /tests/data/test162 | |
parent | 550862f41abecc44714986f7bfec1267e42d6fcd (diff) |
require SSL as otherwise NTLM doesn't work!
Diffstat (limited to 'tests/data/test162')
-rw-r--r-- | tests/data/test162 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/test162 b/tests/data/test162 index 27576c0f9..e02952be5 100644 --- a/tests/data/test162 +++ b/tests/data/test162 @@ -14,6 +14,10 @@ isn't because there's no Proxy-Authorization: NTLM header # Client-side <client> +# NTLM only works if SSL-support is present +<features> +SSL +</features> <server> http </server> |