ssh设置http_server代理报错:

设置代理,本地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
阅读 1.5k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进