Ibm mobilefirst 使用真正的移动设备使用域mfp 8服务器返回“请求超时”?

Ibm mobilefirst 使用真正的移动设备使用域mfp 8服务器返回“请求超时”?,ibm-mobilefirst,mobilefirst-adapters,mobilefirst-server,Ibm Mobilefirst,Mobilefirst Adapters,Mobilefirst Server,使用端口为9080的mfp服务器IP地址成功连接移动应用程序,但使用mfp8服务器响应错误消息(请求超时和响应文本未定义)代替IP域成功连接移动应用程序 Using IP Address: mfpclient properties file: wlServerProtocol = http wlServerHost = **.**.**.78 wlServerPort = 9080 wlServerContext = /mfp/ testWebResourcesChecksum = false

使用端口为9080的mfp服务器IP地址成功连接移动应用程序,但使用mfp8服务器响应错误消息(请求超时和响应文本未定义)代替IP域成功连接移动应用程序

Using IP Address: mfpclient properties file: 
wlServerProtocol = http
wlServerHost = **.**.**.78
wlServerPort = 9080
wlServerContext = /mfp/
testWebResourcesChecksum = false
ignoredFileExtensions = png, jpg, jpeg, gif, mp4, mp3
wlPlatformVersion = 8.0.0.00-20190910-142437
wlSecureDirectUpdatePublicKey = 
languagePreferences = en
wlBuildId = 8.0.0.00-20190910-142437
使用域:mfpclient属性文件:

wlServerProtocol = https
wlServerHost = www.domainname.com
wlServerPort = 443
wlServerContext = /mfp/
testWebResourcesChecksum = false
ignoredFileExtensions = png, jpg, jpeg, gif, mp4, mp3
wlPlatformVersion = 8.0.0.00-20190910-142437
wlSecureDirectUpdatePublicKey = 
languagePreferences = en
wlBuildId = 8.0.0.00-20190910-142437

每当im使用域时输出为请求超时错误

请更新哪个MobileFirst API请求超时

如果出现以下情况,将出现请求超时错误

i、 如果在mfpclient.properties文件中指定的IP地址/端口上无法访问服务器

ii.当WLResourceRequest中设置了超时,并且适配器响应中的延迟大于超时值时

iii.话虽如此,当设备发出的请求在规定的超时时间内没有从MobileFirst服务器获得响应时,就会发生请求超时错误。对于OAuth调用,此超时为10秒

服务器需要更多的时间来响应。检查您的后端逻辑

五,。DNS解析在10秒内未发生的可能性


我可以知道在哪里配置请求超时设置以及如何增加超时,因为上周,mobilefirst服务器使用域地址成功连接,没有问题。但突然间,我遇到了请求超时错误,于是我在服务器端和cordova客户端更新了最新的ifix。仍然存在超时错误。哪个MobileFirst API调用超时?WLAuthorizationManager.AcquitainAccessToken return无法连接MobileFirst服务器,并且每当im使用域地址时都会请求超时错误。如果im使用直接ip地址,我已成功连接到mobilefirst服务器,并且任何API都没有超时错误。您可能需要解决以下问题:为什么DNS解析占用更多时间是您的HTTPS服务器,它映射了配置了CA证书的域??它是公共CA证书还是自签名证书?