io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: no cipher suites in common
1. 握手失败
经查,是xpack之后,没有生成秘钥。
如果是6.x 的版本安装 xpack 强制要 SSL 加密传输
解决方案
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/configuring-tls.html#node-certificates
2.插件安装:
示例https://github.com/medcl/elasticsearch-analysis-ik/releases/tag/v6.8.3
下载并解压到 plugins文件夹即可
3. 配置java环境
在 bin/elasticsearch-env
export JAVA_HOME=/home/system/Java/jdk-13/
export PATH=$