Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

How to make kafka plugin communicate with policy manager url over ssl?

avatar
Explorer

Im trying to make kafka ranger plugin communicate with the policy manager url over ssl, i have the truststore and keystore jks file but im getting PKIX path building failed, i know this error usually is visible when the files are not in the right place. I am using original ranger repository, please let me know where are we supposed to keep the files?

1 ACCEPTED SOLUTION

avatar
Master Collaborator

@aleezeh Letus know if you also getting this error 

unable to find valid certification path to requested target.

If yes there could be chances that kafka truststore does not have ranger admin certificate you can import the ranger admin certificate to kafka truststore. 

 

keytool -importcert -file /tmp/ranger.cer -keystore kafka_plugin_truststore.jks

 


If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.

View solution in original post

2 REPLIES 2

avatar
Cloudera Employee

avatar
Master Collaborator

@aleezeh Letus know if you also getting this error 

unable to find valid certification path to requested target.

If yes there could be chances that kafka truststore does not have ranger admin certificate you can import the ranger admin certificate to kafka truststore. 

 

keytool -importcert -file /tmp/ranger.cer -keystore kafka_plugin_truststore.jks

 


If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.