ricardopereira / SocketIO-Kit

Socket.io iOS and OSX Client compatible with v1.0 and later

Home Page:https://ricardopereira.github.io/SocketIO-Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTPS and WSS (SSL) in iOS9

ricardopereira opened this issue · comments

HTTPS and WSS (SSL) in iOS9

iOS 9 and OSX 10.11 require TLSv1.2 SSL for all hosts you plan to request data from unless you specify exception domains in your app's Info.plist file.

Does this library supports https at all? I haven't been able to make it work using https.

Unfortunately, this project is no longer maintained. Please use the official framework Socket.IO-Client-Swift.