dgunter / evtxtoelk

A lightweight tool to load Windows Event Log evtx files into Elasticsearch.
MIT License
115 stars 27 forks source link

EVTXtoELK SSL Certificate Validation Error #7

Open orbitroom opened 1 year ago

orbitroom commented 1 year ago

When using this and trying to send the logs to elastic, if xpack.security is enabled it forces all connections to use SSL. If the server has a self signed certificate the connection will fail.

Solution:

Implement a way to ignore certificate errors