我可以使用自签名SSL证书服务器通过空中部署企业应用程序吗?

use*_*122 12 enterprise software-distribution ios

在iOS 7.1之后,如果我们想要通过空中部署我们的企业应用程序,manifest.plist文件的URL 必须是HTTPS.

例如:

itms-services://?action=download-manifest&url=https://example.com/manifest.plist
Run Code Online (Sandbox Code Playgroud)

在我的服务器中,我使用自签名SSL证书.当我点击iPhone上的URL时,它会显示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.
Run Code Online (Sandbox Code Playgroud)

所以,我想知道我是否可以使用自签名SSL证书?

如果可以,我如何解决我遇到的问题?

Isa*_*ner 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