当前位置:   article > 正文

Elasticsearch报错received plaintext traffic on an encrypted channel, closing connection Netty4TcpChann

received plaintext traffic on an encrypted channel, closing connection netty

Elasticsearch报错received plaintext traffic on an encrypted channel, closing connection Netty4TcpChannel{localAddress=/127.0.0.1:9300, remoteAddress=/127.0.0.1:65118, profile=default}

当启动Elasticsearch后,在浏览器输入地址 http://localhost:9300

后,报错

在这里插入图片描述

原因是Elasticsearch在Windows操作系统下开启了ssl认证认证,虽然启动成功,但访问http://localhost:9300失败。

解决方案:

找到config/目录下面的elasticsearch.yml配置文件,把安全认证开关从原先的true都改成false,实现免密登录访问即可,修改这两处都为false后:

在这里插入图片描述在这里插入图片描述

在点击http://localhost:9200重新访问,页面就出来了

在这里插入图片描述

这里启动elasticsearch.bat的时候系统分配的端口是9300,但是无论如何都打不开,尝试了使用9200就打开页面了,有大佬知道为什么吗

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/457562
推荐阅读
相关标签
  

闽ICP备14008679号