GHAssertNotNil([requesterror],@"Failed to generate an error for a self-signed certificate (Will fail on the second run in the same session!)");
// Just for testing the request generated a custom error description - don't do this! You should look at the domain / code of the underlyingError in your own programs.
BOOLsuccess=([[[requesterror]localizedDescription]isEqualToString:@"A connection failure occurred: SSL problem (possibly a bad/expired/self-signed certificate)"]);