hawkular / hawkular-openshift-agent

A Hawkular feed that collects metrics from Prometheus and/or Jolokia endpoints deployed in one or more pods within an OpenShift node.
16 stars 21 forks source link

allow endpoints to indicate if they will accept any server cert #91

Closed jmazzitelli closed 7 years ago

jmazzitelli commented 7 years ago

Some endpoints will have self-signed certs or other known but "untrusted" certs. In this case, we want to be able to tell the agent to accept certificates from those servers. But by default we do not want to enable this - we want the agent to verify server certificates and host names in those certificates unless explicitly told not to do so.