使用httpclient工具请求第三方https接口(部署在外网),只传一个string的参数,请求方式contentType application/x-www-form-urlencoded,post请求。在本地Windows系统访问(不使用代理直接用外网访问外网)正常,部署到Linux服务器使用代理访问时,一样的代码报错400 bad request为什么呢?telnet是通的