移动应用程序和门户成功地连接到没有域主机的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
移动应用程序的日志:
[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."}请有人告诉我
发布于 2019-10-15 10:17:52
请验证您在mfpclient.plist中为您正在尝试的域提供了一个有效的端口。
通常,域的默认端口为80。
如果您给错了端口,这应该可以解决这个问题。
https://stackoverflow.com/questions/58388403
复制相似问题