iOS 7.1之后,如果我们要通过空中部署我们的Enterprise应用程序,则manifest.plist文件的URL必须是HTTPS.
例如:
itms-services://?action=download-manifest&url=https://example.com/manifest.plist
在我的服务器中,我使用自签名SSL证书.当我点击iPhone上的URL时,它表示无法连接到< 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证书?
如果可以,我如何解决我遇到的问题的问题?
解决方法
首先让用户在其设备上安装自签名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