lovelle / jquery-chat

100% Javascript realtime chat like facebook/gmail web style built with jQuery + Node.js + Socket.IO
http://jquery-chat.net/
MIT License
305 stars 132 forks source link

SSL Node server help #34

Closed lainard closed 7 years ago

lainard commented 8 years ago

Could you please tell us how to enable https

lovelle commented 8 years ago

Well, you should set at backend side in socket.io the key and certificates, and set te client with secure: true Maybe I will work on this in a new branch, but may we need first to update socket.io to latest stable.

Leave this issue open in order to take care of this.

lainard commented 8 years ago

Sorry to disturbed

it works fine now