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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -