There's a load of questions which ask this: Can I get UIWebView to view a self signed HTTPS website? And the answers always involve either: Use the private api call for NSURLRequest: allowsAnyHTTPSCertificateForHost Use NSURLConnection instead and the delegate canAuthenticateAgainstProtectionSpace etc For me, these won't do. (1) - means I can't submit to the app store successfully. (2) - using NSU
{{#tags}}- {{label}}
{{/tags}}