dgunter / evtxtoelk

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

EVTXtoELK SSL Certificate Validation Error #7

Open orbitroom opened 11 months ago

orbitroom commented 11 months 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