UIWebView Invalid certificate for this server.

I ran into a problem when I load the UIWebView URL when a warning appears. I get this error message: "error Error Domain = NSURLErrorDomain Code = -1202" The certificate for this server is not valid. You may be connecting to a server that is pretending to be ā€œwww.hnagroup.net,ā€ which could compromise your sensitive information. "UserInfo = 0x9187ae0 {NSErrorFailingURLStringKey = https://www.hnagroup.net/ , NSLocalizedRecoverySuggestion = I would like to connect to to the server anyway ?, NSErrorFailingURLKey = https://www.hnagroup.net/ , NSLocalizedDescription = Invalid certificate for this server. Perhaps you are connecting to a server that pretends to be "www" .hnagroup.net ", which can set your confidential information at risk., NSUnderlyingError = 0x9187b30 "The certificate for this server is invalid. In Possible, you connect to a server that is pretending to be "www.hnagroup.net", which could put your confidential information under threat "., NSURLErrorFailingURLPeerTrustErrorKey =}"

I saw this: here

But that can't solve my problem

0
iphone uiwebview
May 28 '13 at 3:24
source share

No one has answered this question yet.

See similar questions:

47
UIWebView for browsing self-signed websites (no private api, not NSURLConnection) - is this possible?

or similar:

47
How to accept a self-signed SSL certificate using iOS 7 NSURLSession and its family of delegate methods for development purposes?
26
Ignoring invalid server certificates using UIWebView
9
The certificate for this server is invalid
6
iphone: secure restfull server "The certificate for this server is not valid
5
"untrusted server certificate" on iPhone
four
Domain Error = NSURLErrorDomain Code = -1202 iPhone
four
Untrusted certificate error for NSURLSession not working with user protocol in iOS 10
one
NSAppTransportSecurity UIWebView Problem
one
How to use a service URL that is not trusted?



All Articles