Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- aws
- 정보처리기사 실기
- Kubernetes
- AI
- AWS EKS
- CKA
- minikube
- Spring
- APM
- 정보처리기사실기 기출문제
- Java
- kotlin querydsl
- CKA 기출문제
- IntelliJ
- CloudWatch
- 정보처리기사 실기 기출문제
- 오블완
- Elasticsearch
- Pinpoint
- 공부
- 기록으로 실력을 쌓자
- Linux
- 티스토리챌린지
- MySQL
- 코틀린 코루틴의 정석
- mysql 튜닝
- kotlin
- kotlin spring
- PETERICA
- kotlin coroutine
Archives
- Today
- Total
목록elasticsearch https (1)
피터의 개발이야기
[Elasticsearch] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel 해결 방법
ㅁ 들어가며ㅇ [Elasticsearch] Docker로 Elasticsearch 설치 및 테스트하기을 하면서 발생한 https 에러를 해결하는 과정을 정리하였다.ㅇ 이 해결방법은 로컬 개발환경에서 테스트를 위한 해결방법이다. 그래서 운영환경에서는 인증서 설치 과정을 수행해야 한다. ㅁ 에러 상황# 통신 수행$ curl -X GET "localhost:9200/?pretty"# 에러 내용received plaintext http traffic on an https channel, closing connection Netty4HttpChannel# row logs{"@timestamp":"2024-07-28T21:48:38.081Z", "log.level": "WARN", "message":"receiv..
DevOps/Elasticsearch
2024. 8. 4. 10:10