SSLProtocolException1 javax.net.ssl.SSLProtocolException 해결책 URL Connection 을 사용하여 https URL 을 호출하던 중 아래와 같은 오류가 발생하였다. javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name 구글링을 해보니, Java 1.7 에서 SNI support 가 기본적으로 enable 되어서 발생한 것으로 확인되었다. http://stackoverflow.com/questions/7615645/ssl-handshake-alert-unrecognized-name-error-since-upgrade-to-java-1-7-0 이를 해결하기 위해서는 2가지 방법이 있다. -Djsse.enableSNIExtension=false 옵션추가 System.setProperty(“jss.. 2015. 12. 31. 이전 1 다음