-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unable to start cse #1300
Comments
Can you please try to set I believe this is related to TLS being enabled on the machine which is running VCD. |
This is already set to false. |
It is hard to say what is going on here, CSE uses paho library for mqtt connections and the errors you are noticing are originating from the library directly. Most of he time it is a configuration issue. Is the MQTT service running on vcd machine. Can you please check that? If it is running and you are still unable to connect, I guess then we will have start sniffing packets between CSE and VCD to figure the issue. |
Just an update form our side, we found that pointing the CSE service directly to a backend node "fixes" the problem. So it seems with a Loadbalancer between the CSE and VCD makes that it doesn't work. |
Describe the bug
We've deployed cse but are unable to connect to mqtt, VCD does connect properly.
This is the error we get when starting cse:
cse.sh[6461]: Exception in MessageConsumer thread. About to stop thread due to
: WebSocket handshake error, connection not upgraded
Reproduction steps
Expected behavior
Not to het this error
Additional context
No response
The text was updated successfully, but these errors were encountered: