I'm actually building my application and using an API for multiple usage purpose and so using Alamofire, I'm working locally ATM but I can't get it to work.
(I have my local nodejs server https correctly running when I hit the API with the browser it's working all fine)
I've generated my own certificate and registered it in the Keychain but when I hit my local URL with a request I get the "code: 1200" from Xcode. But when I hit https://httpbin.org/get it's working all good.
(This is all tested with an Xcode Simulator)
What am I doing wrong?