I want to ignore certificate verification, where and how to do it with XMLRPC web service?
问题 I am accessing a web service and getting this error when trying to connect( web service is XMLRPC and I am using wordpress xmlrpc source code for request and handling repsonse): Error Domain=NSURLErrorDomain Code=-1202 "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “ ** .org” which could put your confidential information at risk." WebService people are saying to ignore certificate verification part, so if someone has idea of how to do