I want to allow invalid SSL certificates with AFNetworking

In AFNetworking 2.0, you can use the following:

[AFHTTPRequestOperationManager manager].securityPolicy.allowInvalidCertificates = YES;

Leave a Comment