Starting in MEP 6.0.0, HBase REST and HBase Thrift use SSL by default on secured clusters.
ssl-client.xml file and configure SSL using this file.hbase.regionserver.thrift.http property
is true: Enabling HBase REST encryption
<property>
<name>hbase.rest.ssl.enabled</name>
<value>true</value>
</property>Enabling HBase Thrift encryption
<property>
<name>hbase.thrift.ssl.enabled</name>
<value>true</value>
</property>