Hello, i'm need for testing to open a https url in a web view.
The result is:
[ERROR] : Error loading: https://demo.primum.es/, Error: Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “demo.xxxx.es” which could put your confidential information at risk." UserInfo=0xa85ef80 {NSErrorFailingURLStringKey=https://demo.xxxx.es/, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, NSErrorFailingURLKey=https://demo.xxxx.es/, NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “demo.xxxx.es” which could put your confidential information at risk., NSUnderlyingError=0xc04efb0 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be ???demo.xxxx.es” which could put your confidential information at risk.", NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0xa8b8340>}
Can I do something for ignoring the certificate?
iOS6.1 SDK 3.1.0
Thanks.