We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using TLS certificates, and the config
web: port: 443 tls: certificate-file: /config/certificate.crt private-key-file: /config/certificate.key
with version 5.4.0 works fine.
Upgraded to version 5.5.0 and the log line
2023/07/20 16:10:57 [controller][Handle] tls: provide a valid cert or key path
shows up. This line did not show up with 5.4.0.
The certificates did not change, and the certificates are valid.
Gatus won't show anything in the browser
Normal gatus output in browser.
See above.
5.5.0
No response
The text was updated successfully, but these errors were encountered:
fix(tls): Pass certificate and private files to listener method
a2daac5
Fixes #530
fix(tls): Pass certificate and private key files to listener method (#…
fd17dcd
…531) Fixes #530
@szinn Thanks for the heads up.
#531 should fix your issue, could you give v5.5.1 a try?
Sorry, something went wrong.
5.5.1 fixed the issue! Sweet and thanks
TwiN
Successfully merging a pull request may close this issue.
Describe the bug
Using TLS certificates, and the config
web:
port: 443
tls:
certificate-file: /config/certificate.crt
private-key-file: /config/certificate.key
with version 5.4.0 works fine.
Upgraded to version 5.5.0 and the log line
2023/07/20 16:10:57 [controller][Handle] tls: provide a valid cert or key path
shows up. This line did not show up with 5.4.0.
The certificates did not change, and the certificates are valid.
What do you see?
Gatus won't show anything in the browser
What do you expect to see?
Normal gatus output in browser.
List the steps that must be taken to reproduce this issue
See above.
Version
5.5.0
Additional information
No response
The text was updated successfully, but these errors were encountered: