1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

require SSL as otherwise NTLM doesn't work!

This commit is contained in:
Daniel Stenberg 2004-04-23 06:04:52 +00:00
parent 550862f41a
commit 42f60ecb36

View File

@ -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>