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: hanshake failure - client.insecure true doesn't work #932

Open
PhilipWhiteside opened this issue Dec 13, 2024 · 1 comment
Open

tls: hanshake failure - client.insecure true doesn't work #932

PhilipWhiteside opened this issue Dec 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@PhilipWhiteside
Copy link
Contributor

Describe the bug

When using client.insecure true the check fails with the error tls: 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

endpoints:
  - name: "05 Doorbell"
    url: "https://camera-05.lan/"
    client: 
      insecure: true
    group: "Cameras"
    interval: "5s"
    conditions:
      - "[STATUS] == 200"

Version

v5.13.0

Additional information

Screenshot from 2024-12-13 23-35-10

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

@PhilipWhiteside PhilipWhiteside added the bug Something isn't working label Dec 13, 2024
@pnikonowicz
Copy link

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

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

No branches or pull requests

2 participants