nowelium / socket.io-titanium

socket.io for titanium mobile
http://youtu.be/10ogNjWCpyc
Other
136 stars 34 forks source link

HTTPS Example #7

Closed allenhartwig closed 12 years ago

allenhartwig commented 12 years ago

I am trying to implement socket.io in titanium and its working perfectly over HTTP, however, when attempting to connect via HTTPS I am unable to get past the handshake authorization (the connection event never fires).

Can you please put together an example of how to implement Socket.IO-Titanium using HTTPS?

Thanks

allenhartwig commented 12 years ago

After further research, I think this is more of an issue of socket.io supporting unsigned certs.