Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebSocket does not support secured connection #28

Closed
juhamust opened this issue Feb 24, 2015 · 7 comments
Closed

WebSocket does not support secured connection #28

juhamust opened this issue Feb 24, 2015 · 7 comments

Comments

@juhamust
Copy link
Contributor

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 the ws: to wss:.

// extensibility/src/browser/stores/ApiStore.js
ws = new WebSocket('ws://' + window.document.location.host);

Agreed?

@juhamust
Copy link
Contributor Author

Ah, this is duplicate to #5

@juhamust
Copy link
Contributor Author

This one done, now? 031e2be

@plouc
Copy link
Owner

plouc commented Mar 19, 2015

yes

@plouc
Copy link
Owner

plouc commented Mar 19, 2015

@juhamust I close this issue as it's now supported, feel free to re-open if does not fit your needs

@plouc plouc closed this as completed Mar 19, 2015
@brenopolanski
Copy link

@plouc the Mozaik v1 use wss for ws connection?

@plouc
Copy link
Owner

plouc commented Aug 9, 2018

@brenopolanski it can

@Moulde
Copy link

Moulde commented Dec 12, 2018

It seems the demo is trying to connect to ws, which chrome blocks because it got the site via https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants