Hi,
I tried to run uberagent with elasticsearch. Elastic stack is up and running with https.
Thats my uberAgent configuration:
`
[Receiver]
Name = Default
Type = Elasticsearch
Protocol = HTTP
Servers = https://winsrv:9200
TLSClientCertificate = LocalMachine\MY\c907cda2504be1e70dfdf03ce8b60890e69331e1
`
But I get the error:
2020-04-06 00:05:40.716 +0200,ERROR,WORKGROUP,DESKTOP-RG4BL2G$,5852,DataTransportHttp::CurlSend,Sending to https://winsrv:9200/uberagent/uberagent/_bulk failed with: schannel: AcquireCredentialsHandle failed: SEC_E_NO_CREDENTIALS (0x8009030E) - No credentials are available in the security package
Certificate is installed in the personal certificate store and also the CA is installed under trusted root ca (in machine context). It is a self signed certificate (via elastic).
What can I do to fix this error?