我正在尝试通过UIWebView浏览安全的网站(使用客户端证书).
我正在使用这个例子: Client certificate authentication in UIWebView iOS
我正在使用这个例子: Client certificate authentication in UIWebView iOS
它似乎不适用于iOS 6.我设法处理服务器信任,但UIWebView似乎忽略了客户端证书.即使我设法使用ASIHTTPRequest和身份连接到服务器.
UIWebViewDelegate中引发以下错误:
webView didFailLoadWithError :-1206 The server “xxx.yyy” requires a client certificate.`
我使用NSURLCredentialPersistenceForSession标志作为NSURLCredential.