[기록] DocumentDB에서 TLS 인증 문제
자율 프로젝트에서의 제일 큰 도전 과제는 MSA 도입이었는데, 더불어 DB도 EC2에 도커 이미지로 띄우는게 아니라 AWS DocumentDB랑 RDS를 써보기로했다. 이번 문제는 EC2에서 실행되고있는 Spring에서 DocumentDB에 있는 mongoDB로 데이터를 전송하면 TLS 인증 문제가 발생하는 것이었다. 🖥️ 개발 환경 Ubuntu 22.04 Spring 2.7 Java 11 👩🏻💻 전체 에러 로그 Timed out after 30000 ms while waiting for a server that matches com.mongodb.client.internal.MongoClientDelegate$1@33790563. Client view of cluster state is {type=R..