首页 > 其他 > 详细

项目故障一例

时间:2019-11-26 16:28:56      阅读:79      评论:0      收藏:0      [点我收藏+]

测试外网程序:

[root@bogon classes]# curl -H "Content-Type: application/json" -X POST -d ‘{"username": "tea64309", "password":"100", "captcha":"1"}‘  "http://1.189.111.86:7777/dsssoserver/doLogin"

curl: (56) Recv failure: Connection reset by peer


测试内网程序:
[root@bogon classes]# curl -H "Content-Type: application/json" -X POST -d ‘{"username": "tea64309", "password":"100", "captcha":"1"}‘  "http://10.100.100.63:7777/dsssoserver/doLogin"

<html><head><title>500 Internal Server Error</title></head><body bgcolor=‘white‘><center><h1>500 Internal Server Error</h1></center><hr><center><a href=‘https://gitee.com/jfinal/jfinal‘ target=‘_blank‘><b>Powered by JFinal 4.7</b></a></center></body></html>[root@bogon classes]#

项目故障一例

原文:https://www.cnblogs.com/littlehb/p/11935669.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!