● 일단 구글에서 SMTP TLS 1.0, 1.1 보안 문제 

https://security.googleblog.com/2018/10/modernizing-transport-security.html

 

Modernizing Transport Security

Posted by David Benjamin, Chrome networking *Updated on October 17, 2018 with details about changes in other browsers TLS (Transport Lay...

security.googleblog.com

 

● 위에 따라 구글 STMP 역시 TLS 1.0, 1.1 버전 사용 시 메일 발송 문제가 되거나 아예 발송이 되지 않을 수 있음

 

 

● 구글 STMP 이용 메일 발송 시, 해당 문제 발생 시 해결 방법은

 

① TLS 버전 1.1 이상 사용 

 

② 메일 보내는 자바 라이브러리 업데이트 

https://github.com/javaee/javamail/releases

 

Releases · javaee/javamail

JavaMail API Reference Implementation. Contribute to javaee/javamail development by creating an account on GitHub.

github.com

 

* 2025.04.08 기준 최신 버전 1.6.2를 쓰면 간헐적으로 TLS 문제 관련 예외 발생. 결국 명시적 TLSv1.2 기술까지 하여 해결

(위 둘다 적용했다는 얘기)

 

 

끗.

 


+ Recent posts