How can I disable SSL in ZooKeeper? #9148
-
Properties with the prefixe However, some third-party ui tools(like offset explorer) do not support the use of ssl when connecting to zk. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You cannot disable SSL in ZooKeeper and no tools should normally need it for anything. ZooKeeper is going away from Kafka, so tools needing ZooKeeper will stop working. There are also no offsets stored in ZooKeeper, so not sure why would any offset exprorer actually need it. If you want, you can use this unofficial tool to expose ZooKeeper without SSL: https://github.com/scholzj/zoo-entrance ... but it is completely insecure, so use it at your own risk. |
Beta Was this translation helpful? Give feedback.
You cannot disable SSL in ZooKeeper and no tools should normally need it for anything. ZooKeeper is going away from Kafka, so tools needing ZooKeeper will stop working. There are also no offsets stored in ZooKeeper, so not sure why would any offset exprorer actually need it.
If you want, you can use this unofficial tool to expose ZooKeeper without SSL: https://github.com/scholzj/zoo-entrance ... but it is completely insecure, so use it at your own risk.