首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >使用域主机超时的

使用域主机超时的
EN

Stack Overflow用户
提问于 2019-10-15 06:24:55
回答 1查看 114关注 0票数 0

移动应用程序和门户成功地连接到没有域主机的MFP8服务器(即使用MFP8实例服务器私有IP)。注:门户成功地连接到带有域主机的MFP8服务器(Web >反向代理:443> web服务器:80> nodejs服务器:9090 /MFP] >mfp服务器:9080)

移动应用程序没有成功地与域主机连接到MFP8服务器(移动应用程序>反向代理:443> web服务器:80 /MFP > mfp服务器:9080)

来自移动应用程序的请求可以使用域到达MFP8服务器,但是MFP8服务器的响应不能到达移动应用程序。

IBM server(8.0.0.0-MFPF-IF201909261537) cordova-plugin-mfp 8.0.2019091217

移动应用程序的日志:

代码语言:javascript
复制
[ERROR] [WL_REQUEST] -[WLRequest requestFailed:error:] in WLRequest.m:418 :: Status code='0' error='The request timed out.' response='(null)'
2019-10-15 12:58:49.922160+0800 Mfp8UAT[11044:5861071] WL_REQUEST
2019-10-15 12:58:49.925672+0800 UAT[11044:5873886] [] nw_connection_receive_internal_block_invoke [C6] Receive reply failed with error "Operation canceled"
2019-10-15 12:58:49.932423+0800 Mfp8UAT[11044:5861071] {"responseHeaders":{},"status":0,"responseText":"undefined","errorCode":"0","errorMsg":"The request timed out."}

2019-10-15 12:58:49.932596+0800 SebCaresMfp8UAT[11044:5873886] [ERROR] [NONE] WLAuthorizationManager.invokeAuthorizationRequest for scope RegisteredClient failed with error: 
{"responseHeaders":{},"status":0,"responseText":"undefined","errorCode":"0","errorMsg":"The request timed out."}

请有人告诉我

EN

回答 1

Stack Overflow用户

发布于 2019-10-15 10:17:52

请验证您在mfpclient.plist中为您正在尝试的域提供了一个有效的端口。

通常,域的默认端口为80。

如果您给错了端口,这应该可以解决这个问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58388403

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档