serilog-sinks-graylog icon indicating copy to clipboard operation
serilog-sinks-graylog copied to clipboard

GELF TCP TLS authentication

Open CarlosLanderas opened this issue 3 years ago • 1 comments

Hello. I've seen GELF TCP Inputs support TLS authentication. I need to expose a port to the internet to be able to receive logs from remote systems in a secure way. Does this library support TLS authentication when using TCP protocol?

Something like:

_sslStream.AuthenticateAsClientAsync(_sslHost, certificate, true);

Thanks

CarlosLanderas avatar Mar 23 '21 08:03 CarlosLanderas

or if that is not possible , can you allow us to Override method TcpTransport.cs

aqkhana2002 avatar Jan 24 '22 07:01 aqkhana2002

Now you can implement your custom transport

whir1 avatar Jun 16 '23 07:06 whir1