mirror of
https://github.com/curl/curl.git
synced 2026-04-30 11:07:50 +03:00
require SSL as otherwise NTLM doesn't work!
This commit is contained in:
parent
550862f41a
commit
42f60ecb36
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue