Notice
Recent Posts
Recent Comments
Link
투케이2K
9. (TWOK/ERROR) [Android] http 통신 Api 요청 시 SSL 인증서 에러 발생 - javax.net.ssl.SSLHandshakeException 본문
투케이2K 에러관리
9. (TWOK/ERROR) [Android] http 통신 Api 요청 시 SSL 인증서 에러 발생 - javax.net.ssl.SSLHandshakeException
투케이2K 2022. 4. 9. 17:03[환경 설정 및 설명]
프로그램 : AndroidStudio
설 명 : http 통신 Api 요청 시 SSL 인증서 javax.net.ssl.SSLHandshakeException 에러 발생
[에러 원인]
1. Http 통신 요청 api 주소가 https 인데, 웹 SSL 인증서 쪽에서 문제가 발생한 경우 및 인증서 기간이 만료된 경우
[해결 방법]
1. 웹 SSL 인증서 확인 및 교체 작업 수행 (웹쪽에서 처리)
2. https:// 에서 http:// 로 시작 주소를 변경 후 http 요청 수행 (네이티브 클라이언트쪽에서 처리)
반응형
'투케이2K 에러관리' 카테고리의 다른 글
Comments