Skip to content

Notifications & CLI errors & network port confusion in documentation #93

Answered by santiagolizardo
psyray asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @psyray ; It's not well documented, but the agent and notifications service are the same, hence you see them with the same port in that example. You can optionally deploy them separately in cases where you want notifications running in one box and agent in another.
Aside of that, the problem you are getting is due to the secure websocket. Because the SECURE_TRANSPORT_ENABLED setting is set to true, it tries to use wss:// but you are probably pointing to the service directly. If you were to put it behind an nginx server and terminate the SSL there it would work. I can try to document it to make things simpler.
Hope that helps a bit. Thanks

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@psyray
Comment options

Comment options

You must be logged in to vote
3 replies
@psyray
Comment options

@psyray
Comment options

@psyray
Comment options

Answer selected by psyray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants