设置代理,本地ssh代理端口2012,浏览器通过代理能正常访问网页
export https_proxy=http://127.0.0.1:2012 http_proxy=http://127.0.0.1:2012 all_proxy=socks5://127.0.0.1:2012
curl 报错
curl https://www.baidu.com
curl: (56) Proxy CONNECT aborted