jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.89k stars 389 forks source link

https behind haproxy #723

Open lgwapnitsky opened 9 months ago

lgwapnitsky commented 9 months ago

I'm running cronicle on a local system, and just got it configured to run behind my HAProxy instance. My only issue is that HAProxy is using HTTPS, and the log console tries to connect to the HTTPS port of cronicle, which is not configured.

Is there a way around this without having to create certs for each of my cronicle instances?

jhuckaby commented 9 months ago

I do apologize, but Cronicle v1 really doesn't support HTTPS, even through a proxy. The live log watcher is one of the casualties.

You can check out Mike's fork over at: https://github.com/cronicle-edge/cronicle-edge

His fork doesn't need a separate connection for the live log watcher, so it may work better with your proxy. He has also added a ton of new features over the base version.

Cronicle v2, when it comes out later this year, will fully support HTTPS.