<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>400 Bad Request</title> </head><body> <h1>Bad Request</h1> <p>Your browser sent a request that this server could not understand.<br /> Reason: You're speaking plain HTTP to an SSL-enabled server port.<br /> Instead use the HTTPS scheme to access this URL, please.<br /> <blockquote>Hint: <a href="https://yao-PC:8080/"><b>https://yao-PC:8080/</b></a></blockquote></p> </body></html> 原因:端口8080被其它应用被占用,hessian访问出现的异常
8080端口被占用出现的异常
当尝试通过HTTP访问使用SSL的端口8080时,服务器返回400错误,原因是端口被其他应用占用。为解决此问题,请使用HTTPS协议访问该URL。


被折叠的 条评论
为什么被折叠?



