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

TLS configuration doesn't work in v5.5.0 #530

Closed
szinn opened this issue Jul 20, 2023 · 2 comments · Fixed by #531
Closed

TLS configuration doesn't work in v5.5.0 #530

szinn opened this issue Jul 20, 2023 · 2 comments · Fixed by #531
Assignees
Labels
bug Something isn't working

Comments

@szinn
Copy link

szinn commented Jul 20, 2023

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

@szinn szinn added the bug Something isn't working label Jul 20, 2023
@TwiN TwiN self-assigned this Jul 20, 2023
@TwiN TwiN changed the title Upgrading 5.4.0 to 5.5.0 with tls certificates fails to respond TLS configuration doesn't work in v5.5.0 Jul 20, 2023
@TwiN TwiN closed this as completed in #531 Jul 20, 2023
@TwiN
Copy link
Owner

TwiN commented Jul 20, 2023

@szinn Thanks for the heads up.

#531 should fix your issue, could you give v5.5.1 a try?

@szinn
Copy link
Author

szinn commented Jul 21, 2023

5.5.1 fixed the issue! Sweet and thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants