When I find the login server, I get this error message:
NSURLConnection terminated with error code -1202.
I added security for porting applications in my Plist, and I allowed all invalid YES certificates.
Corresponds to the query Google Search -1202 = NSURLErrorServerCertificateUntrusted:
HTTPS with NSURLConnection - NSURLErrorServerCertificateUntrusted
NSURLConnection Error Code (-1202,1012)
Check the validity of the certificate on the server side, as this may be one possibility for this error .
In addition, NSURLConnection disabled, I suggest updating it through NSURLSession
NSURLConnection
NSURLSession
Source: https://habr.com/ru/post/1273142/More articles:Listen to PostgreSQL NOTIFY events with Slick - scalaAndroid Studio 3.0 vector drawables and LINT tools: ignore = "VectorPath" - androidWhat is the difference between Truffle Develop and Ethereumjs TestRPC? - blockchainHow to disable "go to definition" when pressing the CTRL key in Visual Studio? - visual-studioCalling a class based on the selected item in a list in javafx - javaHTTPS with NSURLConnection - NSURLErrorServerCertificateUntrusted - iphoneFinding and erasing an element from an STL container during iteration - c ++Why don't BrowserModule and HttpClientModule implement the NgModule interface? - angularNSURLConnection Error Code (-1202,1012) - iosHow to execute std :: forward (* this) - c ++All Articles