signalserver icon indicating copy to clipboard operation
signalserver copied to clipboard

HTTPS support

Open JeromeMartinez opened this issue 8 years ago • 1 comments

Nowadays, communication between client and server is sensitive, and a server should accept HTTPS communications, especially if some sensitive information is transported (e.g. a password, users use to use the same password everywhere so scanning the HTTP signalserver communication would permit e.g. an attacker to access the email account of the user).

Related to https://github.com/bavc/qctools/pull/242#issuecomment-270956925

JeromeMartinez avatar Jan 14 '17 16:01 JeromeMartinez

It will be cool to have it. I need to add more serious web server + installing cert. So once we start really thinking about putting this on the web server, I will add https.

yayoiukai avatar Mar 07 '17 09:03 yayoiukai