Github user anmolnar commented on the issue:
https://github.com/apache/zookeeper/pull/668
Looks like the reason is that Java API requires non-empty password for p12
files. That's why the only failing test is the one with empty password. JKS
format still allows to store keys without password protection.---
