Elasticsearch报错:received plaintext http traffic on an https channel, closing connection Netty4HttpChannel

原因:

  • ES8默认开启了ssl认证,导致无法访问9200端口

修改

      elasticsearch.yml配置:xpack.security.enabled:把true改成false

posted @ 2022-04-01 20:49  游园惊梦、  阅读(1587)  评论(0编辑  收藏  举报