IT Architect / Photographer / Adventurer

self-signed certificate

How to allow self-signed certificates when using NSURLRequest in your iPhone app

UPDATE

Nathan advises me that overriding the allowsAnyHTTPSCertificateForHost:... method is likely to cause AppStore to reject the application due to the use of a private API.