RadarURL
웹 프로그래밍

'Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0)' 에러가 날때

by JaeSoo posted Feb 26, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

 The error occurs usually when
1.When certificate file is not present at the said location (certificate 파일이 지정된 위치에 있는지 확인)
2.When SSL configuration is correct (SSL 설정이 제대로 되었는지 확인)
If both of the above points are not creating an issue (위 두가지가 아니라면..)
3.Then you need to add/update following /etc/apache2/ports.conf from(without quotes) "Listen 443" to "Listen 443 http" 

   (http-ssl.conf 설정에서 'Listen 443'  설정을 'Listen 443 http' 설정으로 변경)

 

출처 : http://imranbhullar.blogspot.kr/2012/07/server-should-be-ssl-aware-but-has-no.html


Articles

56 57 58 59 60 61 62 63 64 65