Add TLS/SSL encryption support to socket_writer and socket_listener #2866
Labels
feature request
Requests for new plugin and for new features to existing plugins
Milestone
Feature Request
Proposal:
Add SSL encryption support to the socket_writer and socket_listener plugins with client certificate support.
Current behavior:
socket_writer allows to send data over tcp or udp. socket_listener allows to receive data over tcp or udp. This data is transferred in cleartext over the connection.
Desired behavior:
It should be possible to encrypt and authenticate the data transferred preferably using tls/ssl and authenticate the writer and listener using certificates.
Use case:
I want to authenticate the data sent by the clients by using the cn field of a client certificate specific for each client. This would ensure that a compromised client cannot send measurements for other clients.
The text was updated successfully, but these errors were encountered: