TwiN / gatus

⛑ Automated developer-oriented status page

Home Page:https://gatus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x509: certificate signed by unknown authority

shvkumara opened this issue · comments

Describe the bug

I am getting the "x509: certificate signed by unknown authority" error.
I am using the
helm chart : minicloudlabs/gatus

versions:
chart: 3.4.4
Appversion: v5.10.0

Below is my configMap data

data:
  config.yaml: |
    endpoints:
    - conditions:
      - '[STATUS] == 200'
      headers:
        X-APIKEY: <MyApiKey>
      insecure: true
      interval: 60s
      name: sample-api
      url: https://my-app-stg.av.cloud.pan.local/sample/v3/sample/healthcheck

I thought this was fixed in #14

What do you see?

No response

What do you expect to see?

No response

List the steps that must be taken to reproduce this issue

No response

Version

v5.10.0

Additional information

No response

commented

insecure is under client.

e.g.

endpoints:
  - name: ...
    client:
      insecure: true

See https://github.com/TwiN/gatus?tab=readme-ov-file#client-configuration

thank you.. this worked.