ubuntu - CNTLM doesn't work with cURL -
in virtual server use cntlm local proxy accessing ntlm authentication. when execute command:
sudo curl -x "http://google.com"
it's work fine, when specify port, this:
sudo curl -x "http://google.com:443"
i got error - %bla-bla-bla% network unreachable %bla-bla-bla%. maybe wrong configured /etc/cntlm.conf? please, me.
p.s. use ubuntu 14.04 under virtualbox(with vagrant).
you missed "secure" in protocol:
http://google.com:443 not exist.
Comments
Post a Comment