我试图在cntlm代理后访问localhost,它适用于localhost,但不适用于localhost:8000 (我将其用于内置在web服务器中的laravel )
curl localhost上面的线路工作得很好,但是当我使用端口8000 cntl时给出"502连接被拒绝“
curl localhost:8000结果如下:
<html><body><h1>502 Connection refused</h1><p><a href='http://cntlm.sf.net/'>Cntlm</a> proxy failed to complete the request.</p></body></html>这是我的cntlm.conf
....
NoProxy localhost,localhost:8080, 127.0.0.*, 10.*, 192.168.*, 172.19.14.*谁能告诉我如何让cntlm代理忽略我的localhost:8000就像它忽略localhost一样?
发布于 2015-06-03 19:51:28
您尝试过将其设置为NoProxy吗?
NoProxy localhost,localhost:8080,localhost:8000, 127.0.0.*, 10.*, 192.168.*, 172.19.14.*https://stackoverflow.com/questions/30521091
复制相似问题