nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

Support for selfSignedSSL #99

Closed ostap0207 closed 8 years ago

ostap0207 commented 8 years ago

I am getting an error (OSStatus error -9807.) because of self-signed certificates which are not accepted by default. Looking into WebSocket you are using, it has support for selfSignedSSL, but there is not way to turn it on. It would be good to add this as connection option.

nuclearace commented 8 years ago

Probably will still get yelled at, but I added an option.

ostap0207 commented 8 years ago

Thanks! It works.