logstash-codec-avro icon indicating copy to clipboard operation
logstash-codec-avro copied to clipboard

SSL support.

Open mashhurs opened this issue 3 years ago • 0 comments

Issue description

Currently, the plugin doesn't have any options to set CA, SSL certificate or any SSL related configs. There are cases where corporates sign their own CAs to trust and the plugin needs to connect to the server (schema_uri) configured with self-CA and now plugin cannot retrieve the schema due to this limitation.

Acceptance Criteria

The plugin should be able to connect to self-signed SSL network by adding SSL configurations.

mashhurs avatar Mar 21 '23 05:03 mashhurs