HttpsURLConnection을 이용한 통신시 SSL 인증서 수동으로 지정하는 방법
Https를 이용하여 데이터를 주고 받을때 SSL 인증을 해야한다. 기본적으로 1234System.setProperty("javax.net.ssl.keyStore",context.getKeyFile().getAbsolutePath());System.setProperty("javax.net.ssl.keyStorePassword", context.getKeyF