javax.mail.MessagingException: Could not convert socket to TLS;
nested exception is:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
at com.sun.mail.smtp.SMTPTransport.startTLS(SMTPTransport.java:1907)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:666)
at javax.mail.Service.connect(Service.java:317)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:194)
at javax.mail.Transport.send(Transport.java:124)
하 이거때문에 회사에서 이틀 날렸다~
그냥 자바 버전 낮추니까 됌
그 전까지는 인텔리제이꺼쓰다가 뭐하느라 새로설치했더니..이런
1.8.291에서 1.8.261로 새로 하니까 됨..^^..휴
'memo' 카테고리의 다른 글
JAVA SPRING에서 TILES 사용하기 MEMO (0) | 2021.07.06 |
---|---|
[자바스크립트] htmldivelement 를 String 으로 (0) | 2021.05.14 |
intellij 인텔리제이 ] Command line is too long. Shorten command line for 어쩌구 or also for Spring Boot default configuration? (0) | 2021.05.06 |
[chartjs] 툴팁 역순 정렬 / tooltip sort reverse (0) | 2021.04.30 |
[chartjs] legend 범례 디자인 변경하기 (0) | 2021.04.22 |
[chartjs] 한 개의 툴팁 자동 팝업 & 클릭시 팝업 (0) | 2021.04.19 |
[자바 / JAVA] 세자리 수마다 콤마 찍기 (0) | 2021.04.13 |