SSL Certifiate invalid while running the objective c project in simulator.

NSLocalizedDescription=The certificate for this server is invalid. You might be connecting to a server that is pretending to be “domain” which could put your confidential information at risk., _kCFStreamErrorDomainKey=3,

Xcode: 15.4 simulator iOS version: 17.5

in Info.plist I have this <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>

Note: The server certificate valid.

The server certificate valid.

Well, I mean, clearly it’s not (-:

Is this server on the public Internet?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

SSL Certifiate invalid while running the objective c project in simulator.
 
 
Q