新人,求帮助,Windows下无问题,部署到linux下就出异常
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://61.250.7.332:8023/MWGate/wmgw.asmx/MongateCsSpSendSmsNew":Unexpected end of file from server; nested exception is java.net.SocketException: Unexpected end of file from server
我在java后台用了一个restTemplate发送请求到第三方,在window下程序运行正常,可是在部署到linux下发送请求就这样。请各位大神详解