访问https 绕过证书验证的方法

+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host

{

   returnYES;

}