A new package for extending SysLogHandler with TLS support has been added on 
PyPI [1].
Modern syslog servers such as rsyslog, syslog-ng and OpenBSD's syslogd have TLS 
support for secure remote logging. Unfortunately the core python SysLogHandler 
does not have this functionality yet.
TLSSysLogHandler extends the SysLogHandler instead of a re-implementation and 
allows specifying a new "secure" parameter, which enables using TLS with TCP. 
The hope is to get TLS functionality into core SysLogHandler after this package 
is stable.
The discussion is present on the forum's [2].

Best,
Aisha

[1] https://pypi.org/project/tlssysloghandler/
[2] https://discuss.python.org/t/allow-tls-configuration-for-sysloghandler/40785
_______________________________________________
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com

Reply via email to