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
When using client.insecure true the check fails with the error tls: hanshake failure
client.insecure true
tls: hanshake failure
The check fails due to self signed certificate
The check to pass because it's marked as insecure
endpoints: - name: "05 Doorbell" url: "https://camera-05.lan/" client: insecure: true group: "Cameras" interval: "5s" conditions: - "[STATUS] == 200"
v5.13.0
It looks like it was patched in #547 that landed in https://github.com/TwiN/gatus/releases/tag/v5.6.0 . However, I'm on v5.13.0
The text was updated successfully, but these errors were encountered:
I tested this on a new build with sha 83a555e using config:
- name: insecure-tls group: core url: "https://expired.badssl.com" client: insecure: true interval: 5m conditions: - "[STATUS] == 200"
and was not able to reproduce the issue. it is my recommendation to close this issue.
created PR to add additional testing in this area
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using
client.insecure true
the check fails with the errortls: hanshake failure
What do you see?
The check fails due to self signed certificate
What do you expect to see?
The check to pass because it's marked as insecure
List the steps that must be taken to reproduce this issue
Version
v5.13.0
Additional information
It looks like it was patched in #547 that landed in https://github.com/TwiN/gatus/releases/tag/v5.6.0 . However, I'm on v5.13.0
The text was updated successfully, but these errors were encountered: