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

RE: Log Watcher Error #117 #120

Open
jamie-cw opened this issue Sep 25, 2018 · 2 comments
Open

RE: Log Watcher Error #117 #120

jamie-cw opened this issue Sep 25, 2018 · 2 comments

Comments

@jamie-cw
Copy link

Thanks for the reply.

I do have https set to false but I get the same error. Could it be that the load balancer I am using is https and therefore the connection from client machine assumes https?

Another thing I noticed - if i connect to the UI on the local IP (http) the log watcher successfully connects back to the sever in http. However I see no output until the job completes running, so no live logging, have you seen this before?

Thanks for all your help.

Originally posted by @jamiecwong in #117 (comment)

@jhuckaby
Copy link
Owner

Could it be that the load balancer I am using is https and therefore the connection from client machine assumes https?

Ah yes, this is probably what is happening. I do apologize, but Cronicle really doesn't work well with HTTPS at all at this point. It's still in alpha really. I have an open issue to implement HTTPS properly, which is on the TODO list: #27

Another thing I noticed - if i connect to the UI on the local IP (http) the log watcher successfully connects back to the sever in http. However I see no output until the job completes running, so no live logging, have you seen this before?

Yeah, there are lots of open issues related to the live log watcher feature. It currently tries to open a secondary websocket connection directly to the server running the job, and is highly problematic for many people. A TODO item is on the major roadmap to completely redesign this.

@mikeboiko
Copy link

mikeboiko commented Aug 4, 2024

I'm using caddy as an HTTPS reverse proxy for cronicle and I am experiencing the same error:

cronicle Log Watcher: Server Connect Error: Error: websocket error (https://192.168.0.246:3013)

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

3 participants