ssl 설치완료 후 체인인증서 와 보안설정 테스트 시 별 문제는 없었습니다.
https://www.sslshopper.com/ssl-checker.html?hostname=martmonster.com (체인 인증서 테스트용)
https://www.ssllabs.com/ssltest/analyze.html?d=martmonster.com (SSL 보안설정 테스트용)
구글 sercah consol에 https 도메인을 등록을 한 후 문제가 있다는 메일을 받았는데 이 부분에 대해서 어떤 부분을 살펴봐야 할지 도움 말씀 부탁드리겠습니다.
1. 설치 과정은 아래 질문 링크대로 설치를 했습니다.
우분투 14.04 /apache / xe
https://xetown.com/qna/768157
2. 구글 sercah consol https 도메인 등록 후 회신 받은 메일 내용입니다.
3. 관련 메세지로 구글 포럼에서 검색한 부분 입니다.
https://productforums.google.com/forum/#!topic/webmasters/a3nKVywLyiM;context-place=topicsearchin/webmasters/authorid$3AAPn2wQc_KsX_diKqsAcC8QNz4_xP2QTiE1_g5A9G8CpvjqEZllhPuySKar_9BzLOGxSL7Tk13osz%7Csort:date%7Cspell:false
4. xe 에서 제가 개인적으로 설정한 도메인 관련 부분입니다.
[ .htaccess ]
RewriteCond %{HTTP_HOST} ^(www\.martmonster\.co.kr|martmonster\.co.kr)
RewriteRule (.*) http://martmonster.com/$1 [L]
[ index.php ]
/**
* @brief Declare constants for generic use and for checking to avoid a direct call from the Web
**/
define('__XE__', TRUE);
/* 로그인 풀림방지 추가*/
preg_match('@^(www\.)(.*)@', $_SERVER['HTTP_HOST'], $www_url);
if($www_url[1]) {
@header('Location: http://' . $www_url[2] . $_SERVER['REQUEST_URI']);
}
/*로그인 풀림방지 추가end*/
5. 인증서 설치 완료 후 메세지 입니다. www.도메인.com / 도메인.com
[ 기타 ]
호스트네임을 도메인명으로 변경했습니다.