I am trying to use a library called ObjectiveDDP in my Swift app. I can connect to the sample app like this :
var meteorClient = initialiseMeteor("pre2", "wss://ddptester.meteor.com/websocket");
When I am trying to connect to my local meteor server , I am getting this error : CFNetwork SSLHandshake failed (-9806)
I am running iOS 8.1 on Simulator. Any idea what I am missing ?
Any help would be appreciated.