【发布时间】:2016-06-30 05:51:08
【问题描述】:
问题:
下载 iOS 应用时,是否必须使用 SSL 证书设置 Application Center(例如:startssl.com)?
我尝试了什么:
第一次尝试:
1) 我没有配置 SSL 证书并尝试使用 http 和 https 链接下载 ios 应用程序。 (http://xxx.xxx.xxx.xxx:9080/applicationcenter/installers.html 和 https://xxx.xxx.xxx.xxx:9443/applicationcenter/installers.html)
2) mfp server.xml 中的主要设置,
<featureManager>
<feature>ssl-1.0</feature>
</featureManager>
<httpEndpoint id="defaultHttpEndpoint” host="*" httpPort="9080” httpsPort="9443" >
<keyStore id="defaultKeyStore" password="worklight" />
结果/问题
第二次尝试:
1) 导入startssl.com中生成的.p12
2) 并按照本指南设置必要的配置:http://www.ibm.com/support/knowledgecenter/en/SSHS8R_7.1.0/com.ibm.worklight.installconfig.doc/appcenter/t_ac_ssl_lib.html
结果/问题
配置server.xml并重启mfp服务器后无法连接https服务器
【问题讨论】:
标签: ios deployment ibm-mobilefirst