
received plaintext http traffic on an https channel, closing connection Netty4HttpChannel

새로고침을 누를때마다 error 문이 발생한다.
https의 보안문제로 보인다.
/config/elasticsearch.yml
아래 4가지 변수를 false로 설정해준다.

xpack.security.enabled: false
xpack.security.enrollment.enabled: false
xpack.security.http.ssl: enabled: false
xpack.security.transport.ssl: enabled: false
저장하고 다시 실행시켜주면

뾰로롱~