jaakkos/winston-logstash

ssl_enable doesnt work without setting rejectUnauthorized: false

gotham13 opened this issue · 1 comments

ssl_enable option doesnt work unless, rejectUnauthorized is explicitely set to false .

node version : 20.11.0

I dont know if it is version specific though.

https://github.com/Codebucket-Solutions/PM2-Logstash/blob/a4eff385346eb5b452a02d8ec16a1ea3cd155ae5/app.ts#L23

g1br commented

for me it does not work even with rejectUnauthorized: false,
@gotham13 did you use a differnt lib?