ERR_SSL_PROTOCAL_ERROR 오류
1. webtob/log/jsystem 로그 찾기 SSL_ERROR로그
[2014/07/31:11:13:32] HTH-626762 W HTH0275: SSL. Cannot use private key.
[2014/07/31:11:13:32] HTH-626762 W HTH0276: SSL. Certificate-related setup failed.
[2014/07/31:11:13:32] HTH-626762 W HTH0275: SSL. Cannot use private key.
[2014/07/31:11:13:32] HTH-626762 W HTH0276: SSL. Certificate-related setup failed.
[2014/07/31:11:13:33] HTH-626762 W HTH0275: SSL. Cannot use private key.
[2014/07/31:11:13:33] HTH-626762 W HTH0276: SSL. Certificate-related setup failed.
2. SSL인증서 키 비교
wbssl x509 -noout -modulus -in www.tamz.co.kr.crt
wbssl rsa -noout -modulus -in www.tamz.co.kr.key
두개의 값이 동일한지 체크.
'미분류' 카테고리의 다른 글
[spring] Error configuring application listener of class com.sun.faces.config.ConfigureListener (0) | 2014.09.02 |
---|---|
[spring] Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2014.09.02 |
[오라클] 테이블 락 조회/ 해제 방법 (0) | 2014.07.16 |
[오라클] 테이블스페이스 여유공간확인 (0) | 2014.07.02 |
jstl empty (null) check (0) | 2014.06.28 |