-
Notifications
You must be signed in to change notification settings - Fork 391
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
Support HTTPS Proper #27
Labels
Comments
@dropthemic Thank you! Will check it out when I have some time. |
I am not able to set up SSL certs ... not sure if this is bug or not ... but I already tried with different ways but no luck ... could someone help me out ? this is the error I am getting when I try to enable "https" : false
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cronicle has various issues when HTTPS mode is enabled on the underlying
WebServer
component, especially whenhttps_force
is also enabled. This forces server-to-server requests to use HTTPS, which fails because they also use IP addresses. See Issue #26 for at least one case. Example error (copying logs between servers):We need to fully test HTTPS mode, especially in a multi-server environment, and dig out all the possible issues that may arise.
The text was updated successfully, but these errors were encountered: