【发布时间】:2014-04-28 23:33:42
【问题描述】:
自从我更新到 iOS 7.1 后,我必须开始使用安全连接才能下载 plist 文件,我收到了以下信息:
Mar 21 09:08:36 xx-iPad itunesstored[98] <Warning>: Could not load download manifest with underlying error:
Error Domain=NSURLErrorDomain Code=-1202 "Cannot connect to the Store"
UserInfo=0x16ec5500 {NSLocalizedDescription=Cannot connect to the Store,
NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?,
NSLocalizedFailureReason=A secure connection could not be established. Please check your Date & Time settings.,
NSErrorFailingURLStringKey=https://mydomain/myappanme.plist,
NSUnderlyingError=0x16dd7fa0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “mydomain.com” which could put your confidential information at risk.",
NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x16e04510>,
NSErrorFailingURLKey=https://anything/myappanme.plist}
我的服务器是这样配置的:
我们有一个*.mydomain.com 的通配符证书。我们将其移至新服务器,该证书对我们测试过的所有浏览器均有效。 (IE,火狐,铬,野生动物园......)。该证书是带有来自 GoDaddy 的捆绑/中间证书和密钥的典型 CRT。 https 网站加载没有问题。 Apache 2.4 和 Linux Fedora 20。
安装应用程序的下载地址是:
itms-services://?action=download-manifest&url=https://mydomain/resources/myappanme.plist
可能重复的问题(全部尝试)
-)The certificate for this server is invalid
-)iOS Enterprise OTA distribution Unable to Download Application -)http://www.nefkens-ict.nl/enterprise-build-does-not-install/
提前致谢
【问题讨论】:
标签: ios apache ssl ssl-certificate ad-hoc-distribution