혼합 콘텐츠 검사기
HTTPS 페이지가 로드하는 HTTP 리소스를 찾습니다. 혼합 콘텐츠는 브라우저 경고를 유발하며 차단될 수 있습니다.
이 도구 사용 방법
- 1
Paste the full HTTPS URL of the page you want to check (for example https://example.com/pricing) into the input field.
- 2
Click Analyze. The tool fetches that page server-side and parses its HTML.
- 3
Review the results: each flagged item shows the tag and attribute (such as script.src or img.src) and the exact http:// URL found.
- 4
Rewrite each listed URL to https:// in your source or CMS, then re-run the check to confirm the count drops to zero.
혼합 콘텐츠 검사기란 무엇인가요?
HTTPS 페이지가 스크립트, 이미지, 스타일시트를 HTTP를 통해 로드하면 브라우저는 이를 '혼합 콘텐츠'로 간주합니다. HTTPS의 보안 보장이 약화되는 것입니다. 능동적 혼합 콘텐츠(스크립트, iframe)는 최신 브라우저에서 완전히 차단되며, 수동적 혼합 콘텐츠(이미지)는 경고를 표시합니다. 이 도구는 HTTPS 페이지의 모든 HTTP 리소스를 찾아 수정할 수 있게 합니다.
일반적인 사용 사례
Confirming a freshly migrated WordPress or static site no longer hard-codes any http:// asset URLs after switching the domain to HTTPS.
Tracking down which third-party script, font, or analytics tag is causing the browser's 'not fully secure' shield warning on a single page.
Spot-checking a marketing landing page before launch so embedded images and iframes do not get silently blocked under HTTPS.
Auditing a CMS-published article whose author pasted an old http:// image URL that breaks the padlock on an otherwise secure blog.
Verifying that a CDN or reverse-proxy change did not leave a stylesheet or favicon link pointing at the insecure HTTP origin.
Giving a client a concrete, line-by-line list of insecure references to fix rather than a vague 'your SSL is broken' complaint.
자주 묻는 질문
혼합 콘텐츠를 어떻게 수정하나요?▼
HTTPS가 이것을 자동으로 수정해 주나요?▼
관련 도구
DNS 조회
모든 도메인의 DNS 레코드(A, AAAA, MX, TXT, NS, CNAME)를 조회합니다. 메일, 호스팅, SSL 구성을 디버깅하는 데 유용합니다.
WHOIS 조회
모든 도메인의 등록 데이터를 조회합니다: 등록 대행자, 등록 및 만료 날짜, 네임 서버, 연락처 정보(공개된 경우).
SSL 인증서 검사기
모든 도메인의 SSL/TLS 인증서를 확인합니다. 발급자, 유효 기간, 만료까지 남은 일수를 보여줍니다.
HTTP 헤더 분석기
모든 URL의 HTTP 응답 헤더를 검사합니다. 누락된 보안 헤더를 강조 표시합니다.
HTTP 상태 코드 확인기
모든 URL이 반환하는 HTTP 상태 코드를 확인합니다. 200, 301, 404, 500 등을 감지합니다.
리디렉션 체인 추적기
리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.