Alamofire HTTPS Changed 10.3

I am currently using Alamofire with a project, and I see a problem around beta 10.3 with different functionality. I have the same project that works fine in iOS 10.2 simulator, where I make a request to get an HTTPS URL using a self-signed certificate. When I run the same code against the iOS 10.3 simulator with the same certificates, the returned response is returned:

kCFStreamErrorDomainSSL, -9802

Anyone have any suggestions on where to look?

+3
source share

Source: https://habr.com/ru/post/1016426/


All Articles