Files
notes/work/移动杭研/问题处理/2024-01/0124-极客大厅备案查询超时.md
2026-03-01 01:43:46 +08:00

18 lines
2.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
来源:生产
```log
2024-01-24 at 14:24:46 CST [http-nio-8080-exec-38154] INFO com.cmcc.cdn.platform.selfservice.xinan.XinAnApiService 293 postRequest - 获取信安备案号信息参数, url: http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true], requestParamMap: ["res.longyujoy.com"]
2024-01-24 at 14:25:16 CST [http-nio-8080-exec-38154] WARN com.cmcc.cmhi.bb.utils.http.HttpUtils 189 post - HttpUtil.post socket timeouturl: http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=, params: null, json: ["res.longyujoy.com"], contentType: application/json; charset=UTF-8, headers: null, requestConfig: [expectContinueEnabled=false, proxy=null, localAddress=null, cookieSpec=null, redirectsEnabled=true, relativeRedirectsAllowed=true, maxRedirects=50, circularRedirectsAllowed=false, authenticationEnabled=true, targetPreferredAuthSchemes=null, proxyPreferredAuthSchemes=null, connectionRequestTimeout=20000, connectTimeout=20000, socketTimeout=30000, contentCompressionEnabled=true, normalizeUri=true] java.net.SocketTimeoutException: Read timed out
```
![](../../../../attachment/images-paste/image-20240125180538256.png)
![](../../../../attachment/images-paste/image-20240125180549961.png)
```
请教个问题客户实际要用的域名为 res.longyujoy.com,但我提交试用流程的时候,验证提示 res.longyujoy.com 未备案(实际主体域名 longyujoy.com 已备案),我把流程和信安表里面都改为 longyujoy.com,流程才验证通过,那需求表里面也要同步改成 longyujoy.com 吗?如改动需求表中域名,会对客户业务产生影响吗?
```
![](../../../../attachment/images-paste/image-20240127160145843.png)