data: '<html>\r\n' +
'<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>\r\n' +
'<body>\r\n' +
'<center><h1>400 Bad Request</h1></center>\r\n' +
'<center>The plain HTTP request was sent to HTTPS port</center>\r\n' +
'<hr><center>nginx</center>\r\n' +
'</body>\r\n' +
'</html>\r\n'
控制台代理方法:export http_proxy=http://127.0.0.1:1092;export https_proxy=http://127.0.0.1:1092;
添加代理就会直接返回400,不加又不能访问,请问有什么好的方案吗?