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:
parent
550862f41a
commit
42f60ecb36
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user