sto ottenendo questo erroreIgnorare gli errori del certificato con NSURLConnection
The certificate for this server is invalid. You might be connecting to a server
that is pretending to be "server addres goes here" which could put your
confidential information at risk."
Sto usando questo metodo:
[NSURLConnection sendSynchronousRequest:request
returningResponse:&response
error:&error];
Come posso risolvere questo problema?
Ho provato questo codice:
NSURLConnection *connection = [[NSURLConnection alloc] initWithRequest:request
delegate:self];
ma tanto sono EXC_BAD_ACCESS nel metodo didReceiveResponse.
* "gli errori del certificato Ignorando con NSURLConnection" * - il suo meglio per risolvere il problema piuttosto che ignorare l'errore. Se non hai intenzione di usare correttamente PKI e SSL, allora perché usarlo del tutto? – jww