You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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)
The text was updated successfully, but these errors were encountered: