Skip to content
All releases Release 61

Connect Permissive SSL

Factor House·November 19, 2020

Downloads

Artifacts published with release 61.

Kpow can be found on Dockerhub

View our Docker quick start guide for help getting started.

Connect Permissive SSL

Kpow provides a new environment variable to allow SSL connections to Kafka Connect where the SSL certificate is deliberately not validated.

This allows you to use self-signed or otherwise unvalidated certificates to secure Kafka Connect.

This variable defaults to false. Enable with:

Changelog

Kpow v61

  • Introduce CONNECT_PERMISSIVE_SSL configuration for Kafka Connect with self-signed certificates