Linked Questions

27 votes
4 answers
31k views

We have an iOS app that uses a UIWebView to display content. We load it up with data with code that looks like this: NSURL *url = [NSURL URLWithString:myURLString]; NSURLRequest *request = [...
Kristopher Johnson's user avatar
0 votes
0 answers
649 views

I have met a trouble ,when i load an url by UIWebView an alert show .I get this error message:"error Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be ...
Eric's user avatar
  • 109
570 votes
16 answers
1.7m views

I am trying to get the certificate of a remote server, which I can then use to add to my keystore and use within my Java application. A senior dev (who is on holidays :( ) informed me I can run this: ...
nasty pasty's user avatar
  • 7,288
28 votes
7 answers
71k views

I'm embedding a website in a UIWebView. During development I have it pointed at localhost. The problem is that whenever it hits a "https://" url it doesn't load. When I load the url in mobile safari I ...
Christian Schlensker's user avatar
7 votes
3 answers
25k views

I have an app that connects to my home routers web interface. I want to convert this to use https instead of just http. I was originally using ASIHttpRequest, but as it's no longer supported i'm ...
Darren's user avatar
  • 10.5k
11 votes
2 answers
22k views

I am trying to load a HTTPS web page, which has a self-signed certificate, in to an UIWebView. Using tips like this one, or this one, it works under iOS 6. The same does not work in iOS 7. As per the ...
Diego Barros's user avatar
  • 2,068
2 votes
3 answers
11k views

When I open a link in UIWebView and click on facebook icon of content of that URL it gives the following error 2014-01-09 13:15:14.412 AppName[2067:5407] CFNetwork SSLHandshake failed (-108) 2014-01-...
DharaParekh's user avatar
  • 1,730
2 votes
1 answer
11k views

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=...
Annabel's user avatar
  • 430
0 votes
2 answers
2k views

I want to call HTTPS url (self-signed certificate) in my iOS App. it works on the mobile browser but not in the App Webview. Is there a solution for Xcode 7 and Swift 2.2? override func ...
simplesystems's user avatar
1 vote
3 answers
3k views

I am having trouble viewing a website that has a self-signed certificate and also requires HTTP authentication. Currently I am trying to implement it by using How to display the Authentication ...
ZeroSkittles's user avatar
10 votes
0 answers
3k views

I am trying to load a https:// webpage using UIWebView in iOS 9+ and it's giving following error : NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802) CFNetwork ...
UditS's user avatar
  • 1,946
6 votes
1 answer
2k views

As the question title described, I want to open a self signed webpage within an UIWebview (Xamarin.iOS) By default, self signed webpages do not load in an UIWebView. Important requirements for the ...
StackFlower's user avatar
6 votes
0 answers
3k views

I'm trying to load a self signed website. I know I can use NSURLConnection to give credential by using this code UIWebView to view self signed websites (No private api, not NSURLConnection) - is it ...
riowww's user avatar
  • 123
1 vote
2 answers
2k views

I have a problem with loading UIWebView, using https request. I have read some related answers, but they have confused me even more. Here is my code: The link, I'm using below will redirect to ...
dand1's user avatar
  • 400
2 votes
0 answers
2k views

My app has a UIWebView and it should open a website that contains SSL. If I open such a website I get an error displayed and after that I still want open that website. I found a lot of stuff but ...
Premox's user avatar
  • 343

15 30 50 per page