Can't Receive JSON Request Via HTTPS Due To Untrusted Certificate
问题 I have been googling this problem for hours now, and I can't seem to find a solution. The last tutorial I followed was this tutorial explaining how I could send a JSON request over an untrusted SSL connection (in this case, a self-signed certificate). In short, the code I have tried so far is this one: This method checks if the token is valid with my web API: -(BOOL)linked { if([self token] == nil) { return NO; }else { NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"%@?token=%@