在iOS 7.1之后,如果我们想通过空中部署我们的企业应用程序, manifest.plist 文件的URL必须是HTTPS。
例如:
itms-services://?action=download-manifest&url=https://example.com/manifest.plist
在我的服务器中,我使用自签名SSL证书。当我点击iPhone上的网址时,会显示Could not connect to <ip-address>
并记录典型的
NSUnderlyingError=0x15d37040 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be `<ip-address>`, which could put your confidential information at risk.
所以,我想知道我是否可以使用自签名SSL证书?
如果可以,我如何解决我遇到的问题?
答案 0 :(得分:5)
首先让用户在其设备上安装自签名SSL证书。或使用经过免费验证的SSL服务。
您需要让用户安装此文件https://superuser.com/questions/97201/how-to-save-a-remote-server-ssl-certificate-locally-as-a-file
我相信这项服务提供了经过浏览器验证的SSL证书。 https://www.startssl.com/?app=1