I update the iOS to iOS 10.3 release version,
我更新iOS到iOS 10.3版本,
I try to download the in-house app through the safari,
我试着通过safari下载内部应用,
but show the below error message(the log from device ).
但是显示下面的错误消息(来自设备的日志)。
itunesstored(libsystem_network.dylib)[240] <Error>: nw_coretls_callback_handshake_message_block_invoke_3 tls_handshake_continue: [-9812]
itunesstored(CFNetwork)[240] <Notice>: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)
itunesstored(CFNetwork)[240] <Error>: HTTP load failed (error code: -1202 [3:-9813])
itunesstored(CFNetwork)[240] <Error>: NSURLSessionTask finished with error - code: -1202
itunesstored[240] <Notice>: LoadExternalDownloadManifestOperation: Request failed with error: <private>
itunesstored[240] <Error>: Could not load download manifest with underlying error: <private>
I test the in house to install at the iOS 10.2.1. It is install correct.
我测试了在ios10.2.1中安装的in house。这是安装正确。
But the iOS 10.3 will show the alert ( cannot connect to IP ).
但是iOS 10.3将显示警报(无法连接到IP)。
Have anyone known what happened in my case?
有人知道发生在我身上的事吗?
thank you very much.
非常感谢。
1 个解决方案
#1
6
I figured it out, it seems just trusting the certificate is no longer enough. You need to go into General -> About (yes, About, what a great place) -> Certificate Trust Settings. Then tick the switch next to your CA to trust it.
我想出来了,似乎只相信证书已经不够了。您需要进入General -> About(是的,About,多棒的地方)->证书信任设置。然后勾选CA旁边的开关来信任它。
#1
6
I figured it out, it seems just trusting the certificate is no longer enough. You need to go into General -> About (yes, About, what a great place) -> Certificate Trust Settings. Then tick the switch next to your CA to trust it.
我想出来了,似乎只相信证书已经不够了。您需要进入General -> About(是的,About,多棒的地方)->证书信任设置。然后勾选CA旁边的开关来信任它。