无法连接到 HTTPS 并且对于 HTTP 说无法安装应用程序,因为我想使用 .plist 下载应用程序时的证书

cannot connect to HTTPS and for HTTP say cannot install applications because the certificate when I want to use .plist for download App

我想从 url 下载 .ipa,我创建 .plist 并在 dropbox 上上传,并使用此 cod 创建 .index 文件 :

<a href="itms-services://?action=download-manifest&url=https://www.dropbox.com/s/.../testInits.plist">Install App</a>

但是当打开 .index 并单击 Install App 和 show this Alert 并且在显示安装应用程序

的消息之前不要打开 .plist

我在另一个 HTTP 服务器上尝试这个 .index,但显示这个
show this Alert 说:cannot install applications because the certificate for p..ti.ir not valid

此代码用于 .index

<a href="itms-services://?action=download-manifest&url=http://p..ti.ir/.../testInit.plist" target="_blank">Download</a>

我不知道证书

可能我的代码 .index 有问题?!

我该怎么办?

我必须使用这个:

https://dl.dropboxusercontent.com/s/.....

从 dropBox 下载 所以 .plist 是:

<a href="itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/.../testInits.plist">Install App</a>

下载时应使用 HTTPS