自从我更新到iOS 7.1后,我不得不开始使用安全的conexion来下载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,firefox,chrome,safari ......)。该证书是典型的CRT,带有来自GoDaddy的密钥/中间证书和密钥。 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/
提前致谢
答案 0 :(得分:2)
尝试以下链接,这将有助于您解决此证书问题
http://cases.azoft.com/how-to-fix-certificate-is-not-valid-error-on-ios-7/
答案 1 :(得分:1)
在共享.ipa或apk文件时没有问题,对于快速回合,您可以使用以下链接共享二进制文件,使用多个收件人...