Closed juhamust closed 9 years ago
Ah, this is duplicate to #5
This one done, now? https://github.com/plouc/mozaik/commit/031e2be416d4c8fcf1c75b14cc26cada2e0c9406
yes
@juhamust I close this issue as it's now supported, feel free to re-open if does not fit your needs
@plouc the Mozaik v1 use wss for ws connection?
@brenopolanski it can
It seems the demo is trying to connect to ws, which chrome blocks because it got the site via https.
Even if dashboard is located behind proxy, that handles and terminates the SSL connection, the client has the protocol tied into unencrypted one.
As I see it, there should be a config option like
useSSL=true
that would switch thews:
towss:
.Agreed?