Ilya Maykov created ZOOKEEPER-3194:
--------------------------------------
Summary: Quorum TLS - fix copy/paste bug in ZKTrustManager
Key: ZOOKEEPER-3194
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3194
Project: ZooKeeper
Issue Type: Bug
Components: security
Affects Versions: 3.6.0, 3.5.5
Reporter: Ilya Maykov
Assignee: Ilya Maykov
There is an obvious copy/paste bug in ZKTrustManager:
ZKTrustManager.checkClientTrusted() is callingĀ
x509ExtendedTrustManager.checkServerTrusted(). It should callĀ
x509ExtendedTrustManager.checkClientTrusted() instead.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)