winstonjs / winston-syslog

A syslog transport for winston
http://github.com/winstonjs/winston-syslog
MIT License
138 stars 119 forks source link

add two tls options #207

Closed Omidznlp closed 2 years ago

Omidznlp commented 2 years ago

Hi,

I added two options ( rejectUnauthorized and requestCert) to TLSSocket. Could you merge the two TLS options into the code? @wbt Thank you so much.

wbt commented 2 years ago

I don't have npm release permissions on this package to cut a release.

Omidznlp commented 2 years ago

Hi, @DABH , Is it possible to release a new package?

I don't have npm release permissions on this package to cut a release.

Thank you so much for merging these features into the code. 

DABH commented 2 years ago

@Omidznlp I would like to cut a release, but it looks like there are some issues with unix-dgram. I opened a PR to fix these issues: https://github.com/bnoordhuis/node-unix-dgram/pull/59 . If we can get that PR merged, then I should be able to do a release of winston-syslog. Fingers crossed :)

wbt commented 2 years ago

Looks like that PR got merged and published!

Omidznlp commented 2 years ago

@wbt : thank you so much for your update.