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-side
|
||||||
<client>
|
<client>
|
||||||
|
# NTLM only works if SSL-support is present
|
||||||
|
<features>
|
||||||
|
SSL
|
||||||
|
</features>
|
||||||
<server>
|
<server>
|
||||||
http
|
http
|
||||||
</server>
|
</server>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user