SASL authenticate error when tring to connect zookeeper

2016-11-15 Thread HE Ye
Hi expert, Now I am verifying connection between broker and zookeeper using SASL mechanisms and the zookeeper always claims: GSS initiate failed [Caused by GSSException: Failure unspecified at GSS-API level (Mechanism level: Checksum failed) >From Kerberos log, I see zookeeper sent AS_REQ, b

RE: SASL error when tring to connect kafka to kerberos server

2016-11-07 Thread HE Ye
arti ABSTRACT. A significant enhancement to the Java security architecture is the capability to achieve single sign-on using Kerberos Version 5 ... ________ From: HE Ye Sent: Friday, November 4, 2016 5:34 AM To: users@kafka.apache.org; yassine chantit Subject: RE: SASL error when

SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
Hello expert, I need help with the following error. I was tring to connect kafka to kerveros server to verify SASL. I see this error when ZkClient tries to authenticate with the zookeeper server. In the Kerberos logs I see tickets being exchanged. I followed everything in documentation. Couldn

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
/to/client/keytab" storeKey=true > useTicketCache=true principal="yourzookeeperclient";}; > > >Le Vendredi 4 novembre 2016 8h47, HE Ye a écrit > : > > > > > Hello expert, > > I need help with the following error. I was tr

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
uired   useKeyTab=true    keyTab="/path/to/client/keytab"   storeKey=true   useTicketCache=true    principal="yourzookeeperclient";}; Le Vendredi 4 novembre 2016 8h47, HE Ye a écrit : Hello expert, I need help with the following error. I was trin

RE: SASL error when tring to connect kafka to kerberos server

2016-11-04 Thread HE Ye
Hello expert, I need help with the following error. I was tring to connect kafka to kerveros server to verify SASL. I see this error when ZkClient tries to authenticate with the zookeeper server. In the Kerberos logs I see tickets being exchanged. I followed everything in documentation. Could