반응형 javax.net.ssl.SSLPeerUnverifiedException1 Android 에서 https 사용하여 접속하기 이전에 https와 openssl을 사용하여 https 서버를 만들어 보았습니다.(서버 만드는 내용은 여기서 확인하실 수 있습니다.) 그럼 이번에는 client인 android 에서 https로 요청을 보내보도록 하겠습니다. 방법은 http 요청 방식을 https 바꾸는데 공개키를 추가하여 전달하면 됩니다. (android developer를 참고하였습니다.) // Load CAs from an InputStream // (could be from a resource or ByteArrayInputStream or ...) CertificateFactory cf = CertificateFactory.getInstance("X.509"); // From https://www.washington.edu/it.. 2019. 12. 3. 이전 1 다음 반응형