Hi All,
I am trying to send a webhook from kibana toward webhook server with self signed certificate, but i am getting below error while testing the webhook connector from kibana.
I have tried to add below setting in elasticsearch and also kibana, but still having the same error.
Elasticsearch:
xpack.http.ssl.verification_mode : "none"
Kibana:
XPACK_ACTIONS_SSL_VERIFICATIONMODE : "none"
any configuration that can be applied to disable certificate verification for webhook ?