-
Notifications
You must be signed in to change notification settings - Fork 84
Description
I would like to request the implementation of Certificate Revocation List (CRL) support in Logstash HTTP output plugin. The ability to check the revocation status of digital certificates is crucial for maintaining secure and trusted communications, especially in environments where certificate-based authentication is used.
Currently, Logstash supports SSL/TLS for secure connections, but the lack of CRL support means that revoked certificates might still be accepted if they are not validated against a CRL. Implementing CRL support would enhance Logstash's security capabilities by ensuring that any certificate used in secure communication is still valid and has not been revoked by the Certificate Authority.
Could you have plan to implement this support?