I have a page with UIWebView, it was working well until recently some of the redirection changed, with the URL from HTTP to HTTPS. The page could not be displayed.
Error logged:
Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid.
Now, I wish to bypass all the cert checks and allow all the certs. Tried using this How to use NSURLConnection to connect with SSL for an untrusted cert? but the error still comes out. Help, anyone? Thanks!