我们的服务器是用 windows 系统的,使用 Nginx 代理,nginx 的错误日志如下:
SSL_write() failed (SSL:) (10053: An established connection was aborted by the software in your host machine) while sending response to client, client: xx.xx.xx.xxx, server: xxx.xxx.com.cn, request: "GET /xxx/dist/vendor.b486d9bb.js HTTP/1.1", host: "xxx.xxx.com.cn", referrer: "https://xxx.xxx.com.cn/xxx/dist/index.html?tdsourcetag=s_pcqq_aiomsg?tdsourcetag=s_pcqq_aiomsg"
CreateFile() "D:/xxx/xxx/xxx/dist/undefined" failed (2: The system cannot find the file specified), client: xxx.xxx.xxx.xxx, server: xxx.xxx.com.cn, request: "GET /xxx/dist/undefined?v=1555315778955 HTTP/1.1", host: "xxx.xxx.com.cn", referrer: "https://xxx.xxx.com.cn/xxx/dist/index.html"
directory index of "D:/xxx/xxx/" is forbidden, client: xxx.xxx.xxx.xxx, server: xxx.xxx.com.cn, request: "GET / HTTP/1.1", host: "xxx.xxx.com.cn"
百度谷歌搜索了一大堆,有的说是 IIS 和防火墙的问题,IIS 已经关闭,至于防火墙,我们系统有等保要求限制,不能关闭防火墙,最终还是没有得到解决问题的方法,故来请教一下 v2 的大神们,感激不尽!!!
1
lfflyers OP 自顶一下!!!
|
2
lfflyers OP 顶! d=====( ̄▽ ̄*)b
|
3
ysc3839 2019-04-15 18:10:53 +08:00 via Android
https://stackoverflow.com/a/51606593
仅凭这个错误信息应该是没法知道什么问题的,试试抓包看看中断时收到了什么包? |
5
woohaha 2019-04-15 21:29:30 +08:00
我也遇到這種情況。linux macos 和 windows 上都有相同問題。服務器用的是 caddy on arch。我覺得應該是 caddy 的問題。但一直沒有找到癥結
|