es 外部表配置问题

在配置es外部表的时候,建表完成之后,查询时报错:
mysql> select * from common_asset_info_Es;
ERROR 1064 (HY000): fetch es table [common_asset_info_Es] metadata failure: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

是否是需要配置ca,怎么配置呢

你好,是需要配置ca的。具体路径在 $JAVA_HOME/jre/lib/security

https的ES现版本不支持吧,sr是2.2.0,es是7.8。我昨天在社区群问的回复是现版本不支持,我加上了证书也会报超时