How can i disable ssl verification on ranger to elastic for audit?

74 views Asked by At

I have a elastic cluster with secure.

and I want to audit my apache ranger logs (hdfs) to elastic cluster.

How can i disable ssl verification?

I try this and it s not working.

<property>
  <name>xasecure.audit.elasticsearch.ssl.verify</name>
  <value>false</value>
</property>
1

There are 1 answers

0
CompEng On BEST ANSWER

I cant find any solution to disable sal verification

I add my crt to keytool like below

keytool -import -alias alias -file cert_file.crt -keypass keypass -keystore yourkeystore.jks -storepass changeme