목록https (1)
Hyun Chul's Utopia
Android WebView에서 SSL인증을 제대로 수행 못할때 CertPathValidatorException
I/X509Util﹕ Failed to validate the certificate chain, error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. 이런 에러가 뜬다..이번에 겪은 경우는 WebView에서 접속하는 URL이 SSL인증을 타는 부분이었다.구글쪽에 정리된 문서상에서는 적절한 해결법을 찾지는 못했으나... 관련 내용이 있긴 한것 같다.http://developer.android.com/training/articles/security-ssl.html 무튼 WebView상에서 해당 문제를 해결하는 방버을 구글링 해본 결과..신뢰할 수 없는 인증서의 경우 Error을 뿜지..
프로그래밍/Android
2015. 3. 11. 10:05