[이슈] 서버 인증서 갱신 시점에서 구단말에서 최신 서버인증서를 통한 인증이 수행되지 않아
javax.net.ssl.SSLHandshakeException 발생하며 서버 연동하지 못하는 이슈 발생
[도움]아래 '12.SSL 인증서 확인 사이트 - HiSEON'에서 인증서 추적하여 도움받았다. :-)bbb
진짜 막막했는데 관련 모든 사이트 감사드리며ㅠㅠ 추후 더 공부하여 포스팅하겠습니다.
1. 인증서 파일 형식 및 확장자의 차이점 비교 설명 (Certificate file format & extensions) | Knowledge Logger
https://www.letmecompile.com/certificate-file-format-extensions-comparison/
2. Android CA Certificates - Bootloader Blog
https://blog.kylemanna.com/android/android-ca-certificates/
3.HTTPS 및 SSL을 사용한 보안 | Android Developers
https://developer.android.com/training/articles/security-ssl?hl=ko#UnknownCa
https://developer.android.com/training/articles/security-ssl#SelfSigned
4. Java Source Code: org.springframework.security.web.authentication.preauth.x509.X509TestUtils.java
http://www.javased.com/index.php?source_dir=spring-
security/web/src/test/java/org/springframework/security/web/authentication/preauth/x509/X509TestUtils.java
5. DigiCert Root Certificates - Download & Test | DigiCert.com
https://www.digicert.com/kb/digicert-root-certificates.htm
6. Android - SSL 인증서 오류 (javax.net.ssl.SSLHandshakeException:
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.)
https://twinw.tistory.com/46
7. 안드로이드 SSLHandshakeException 이슈 - Inbum Blog
https://inbum.github.io/android/2019/04/25/android-sslhandshakeexception/
8.보안 프로바이더를 업데이트하여 SSL 악용으로부터 기기 보호 | Android Developers
https://developer.android.com/training/articles/security-gms-provider
9. [GitHub] fkrauthan/TLSSocketFactory.java
Custom SSLSocketFactory Implementation to enable tls 1.1 and tls 1.2 for android 4.1 (16+) · GitHub
https://gist.github.com/fkrauthan/ac8624466a4dee4fd02f
10. [GitHub] IKANOW/Infinit.e
Infinit.e/TrustManagerManipulator.java at master · IKANOW/Infinit.e · GitHub
https://github.com/IKANOW/Infinit.e/blob/master/core/infinit.e.data_model/src/com/ikanow/infinit/e/data_model/utils/TrustManagerManipulator.java
11.TLS Android 4.1+ enable TLS 1.1 and TLS 1.2 - blog.dev-area.net
https://blog.dev-area.net/2015/08/13/android-4-1-enable-tls-1-1-and-tls-1-2/
12.SSL 인증서 확인 사이트 - HiSEON
https://hiseon.me/tools/online-ssl-checker/
13.@컴퓨터 위의 화가 :: Android 4.4 에서 TLS 1.2 사용하기
https://freemmer.tistory.com/163