prometheus / alertmanager

Prometheus Alertmanager
https://prometheus.io
Apache License 2.0
6.66k stars 2.16k forks source link

Alternannger TSL Verrify false,please help !!! #2801

Open huanghe1993 opened 2 years ago

huanghe1993 commented 2 years ago

TSL verfiy fasle


receivers:
- name: 'web.hook'
  webhook_configs:
    - url: 'https://******:9301/monitor/serviceAlert'
      http_config:
        tls_config:
          ca_file: /StarAtlas/certificate/root.pem
          cert_file: /StarAtlas/certificate/server.crt
          key_file: /StarAtlas/certificate/server.key
          insecure_skip_verify: false

insert configuration here (if relevant to the issue)


* Logs:

level=info ts=2021-10-13T02:34:52.339Z caller=tls_config.go:191 msg="TLS is disabled." http2=false

huanghe1993 commented 2 years ago

ca_file: is my ca root certificate