ricardopereira / SocketIO-Kit

Socket.io iOS and OSX Client compatible with v1.0 and later
https://ricardopereira.github.io/SocketIO-Kit
MIT License
139 stars 12 forks source link

HTTPS and WSS (SSL) in iOS9 #14

Open ricardopereira opened 9 years ago

ricardopereira commented 9 years ago

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.

lmregus commented 7 years ago

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

ricardopereira commented 7 years ago

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