Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
98 stars 33 forks source link

Add option to enable SSL verification of registry requests #98

Closed Strech closed 6 months ago

Strech commented 2 years ago

In OTP 25 the default SSL verification type was changed from :verify_none to :vefiry_peer and we need to expose it as a setting to avoid request failures.

Context: https://github.com/Strech/avrora/pull/97