SSL 인증서 확인

성난호랑이 시니철 ㅣ 2024. 8. 27. 11:39

ssl 인증서 확인 최근 인증서 관련 오류가 많았다.

 

API 호출 오류, 외부사이트 콜백오류

서버가 어떤 언어로 되어있는지에 따라 오류 메시지는 다르다.

 

node : unable to verify the first certificate

java : unable to find valid certification path to requested target

 

저번에 java에서 ssl 인증서 무시하고 호출했지만 외부 사이트 콜백에서 오류가 나왔다.

ssl 인증서 무시 참조 : https://shinheechul.tistory.com/85

 

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path t

외부에서 API호출 시 오류가 난다.검색해 보니 SSL 인증서 문제인 거 같다. 환경이 복잡하다.SSL nginx 세팅은 인프라팀, API 외주 개발, API 호출 타 팀에서 호출 다들 핑퐁...인프라 팀은 SSL 인증서

shinheechul.tistory.com

 

keystore 설정을해도 동일한 오류 발생..

 

ssl 인증서 확인 : https://www.sslshopper.com/ssl-checker.html

 

SSL Checker

Use our fast SSL Checker to help you quickly diagnose problems with your SSL certificate installation. You can verify the SSL certificate on your web server to make sure it is correctly installed, valid, trusted and doesn't give any errors to any of your u

www.sslshopper.com

 

사이트에서 인증서 확인이 가능하다.

 

기존 오류가 있던 인증서

느낌표 저것떄문에 오류가 나고 잇던 거다.

ssl 확인할 수 있는 사이트를 미리 알았으면...

 

원인은 체인인증서 누락이다.

 

정상 SSL

'공부 > web' 카테고리의 다른 글

HTTP와 HTTPS 차이점  (0) 2024.02.08