Commit 42f60ecb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

require SSL as otherwise NTLM doesn't work!

parent 550862f4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>