오류상세 내용
AH01895: Unable to configure verify locations for client authentication
SSL Library Error: error:0200100D:system library:fopen:Permission denied (fopen('/home/file/RootChain/AAACertificateServices.Root.crt.pem','r'))
SSL Library Error: error:2006D002:BIO routines:BIO_new_file:system lib
SSL Library Error: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
SELinux httpd_sys_rw_content_t
서버가 컨텐츠를 읽기와 쓰기 권한을 줘야한다.
/home/file 해당경로 권한 httpd_sys_rw_content_t 적용
# 해당폴더에 httpd_sys_rw_content_t 권한이 있는지 확인
ll -Z
# 권한이 없다면
chcon -R -t httpd_sys_rw_content_t /home/file/
'서버' 카테고리의 다른 글
[CentOs] Apach http 접속시 https(443, SSL) 로 Redirect (0) | 2024.03.15 |
---|---|
REDIS 설치 (WSL 설치 사용) (0) | 2023.11.17 |
톰캣 로그 깨짐 (0) | 2023.11.09 |
(윈도우 서비스 등록) nssm을 이용한 ngnix 등록방법 (0) | 2023.09.28 |
톰캣 로그 한글깨짐 (0) | 2022.11.14 |