igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

SSL = it does not work #28

Closed ruben2016 closed 7 years ago

ruben2016 commented 8 years ago

Hi

I try this CHAT, it is very good with HTTP

I try SSL, but it doesn´t work, i changed in config.json: Before: "ssl": { "use": true, "key": "/certificate.key", "cert": "/certificate.crt"

After: "ssl": { "enabled": true, "key": "/certificate.key", "cert": "/certificate.crt"

It start the CHAT but in Google Chrome, it function with HTTP, not HTTPS

Can you give me one answer for SSL?

Thanks.

igorantun commented 8 years ago

Can you please elaborate a little bit more on what is going wrong exactly? Any specific error? Is it accessible at https://[link_here], or not accessible at all? Have you double checked the file names and the certificate itself?

igorantun commented 8 years ago

Does it still not work?

igorantun commented 7 years ago

Closing for lack of activity.