Websocket

Ask a question about the usage of QLC+ with the Windows operating system
Post Reply
Laurijn
Posts: 10
Joined: Sun Dec 13, 2020 6:31 pm
Real Name: laurijn van den heuvel

Hey sorry about my worse english

i'm trying to make a websocket connection to qlc

its works whit ws:// but i want the connection be more secure whit wss:// is that posible
i cant get it to work

kind regardz
Laurijn
User avatar
mcallegari
Posts: 4521
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Hi, i think you should modify the source code to pick up some SSL certificate.
Please let us know if you succeed in doing that.
lighthacker2020
Posts: 42
Joined: Mon Jan 06, 2020 2:40 am
Real Name: Mr Mike

If encrypted websockets are necessary for you, then your options are adding that functionality to the QLC+ code, I'm sure Massimo will appreciate the help making that happen. Or you could use something like nginx in front of QLC+ to handle the TLS/SSL communication, and proxy the traffic back to QLC+ for you. See:

https://stackoverflow.com/questions/121 ... s#14969925
http://nginx.org/en/docs/http/websocket.html
http://nginx.org/en/docs/http/configuri ... rvers.html

for more info
Laurijn
Posts: 10
Joined: Sun Dec 13, 2020 6:31 pm
Real Name: laurijn van den heuvel

thanks for reactie

i am not a programmer how can I do change the source code and test it

king regards
Laurijn
Post Reply