bruno-garcia / log4net.ElasticSearch

log4net appender to ElasticSearch
https://bruno-garcia.github.io/log4net.ElasticSearch/
Other
220 stars 92 forks source link

Cant Log to servers with SSL #141

Open danammeansbear opened 3 months ago

danammeansbear commented 3 months ago

Having a bug where adding SSL to our server has eliminated our abilities to use the appender. We can send logs via postman and curl and even https using c# but once we tried to log using the appender, nothing makes its way to ELK.

not really sure where the problem is but it would be great to have some help or sage advice!

Thank you!

danammeansbear commented 3 months ago

i ended up creating a new appender basically based of this. if anyone is interested.

jptoto commented 2 months ago

@danammeansbear would it be possible to cut a PR to add the functionality back into this appender?