mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:21:41 +03:00
require ssl since ntlm needs it
This commit is contained in:
parent
8ed44e8dfb
commit
a7fd6f9007
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ Finally, this is the real page!
|
|||
|
||||
# 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