{"id":29279,"date":"2018-05-07T18:39:39","date_gmt":"2018-05-07T09:39:39","guid":{"rendered":"https:\/\/ur.edu-connect.net\/?p=29279"},"modified":"2024-02-03T22:58:27","modified_gmt":"2024-02-03T13:58:27","slug":"mixed-content-scan-%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e6%b7%b7%e5%90%88%e3%82%b3%e3%83%b3%e3%83%86%e3%83%b3%e3%83%84%e3%82%92%e8%a6%8b%e3%81%a4%e3%81%91%e5%87%ba%e3%81%99","status":"publish","type":"post","link":"https:\/\/ur.edu-connect.net\/archives\/29279","title":{"rendered":"Mixed Content Scan \u3092\u4f7f\u3063\u3066\u6df7\u5408\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u898b\u3064\u3051\u51fa\u3059"},"content":{"rendered":"\n

Web\u30b5\u30a4\u30c8\u3092HTTPS\u3067\u8868\u793a\u3059\u308b\u969b\u3001\u8868\u793a\u3055\u308c\u305fWeb\u30da\u30fc\u30b8\u5185\u306bhttp\u30ea\u30f3\u30af\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u3068\u3001\u30d6\u30e9\u30a6\u30b6\u304c\u6df7\u5408\u30b3\u30f3\u30c6\u30f3\u30c4 \/ Mixed Contents\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8b66\u544a\u3092\u6d88\u3059\u57fa\u672c\u7684\u306a\u5bfe\u51e6\u3068\u3057\u3066\u306f\u3001http\u30ea\u30f3\u30af\u3092\u5168\u3066\u4fee\u6b63\u3059\u308b\uff08\u76f8\u5bfe\u30ea\u30f3\u30af\u306b\u3059\u308b\u3001https\u306b\u66f8\u304d\u63db\u3048\u308b\u7b49\uff09\u3053\u3068\u306b\u306a\u308b\u3068\u601d\u3044\u307e\u3059\u304c\u3001\u3059\u3079\u3066\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a\u3055\u305b\u3066\u30a8\u30e9\u30fc\u3092\u63a2\u3057\u3001\u4fee\u6b63\u3059\u308b\u306e\u306f\u5927\u5909\u306a\u4f5c\u696d\u3067\u3059\u3002\u305d\u3053\u3067\u3001Web\u30b5\u30a4\u30c8\u5185\u306b\u6df7\u5408\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u3066\u898b\u3064\u3051\u51fa\u3057\u3066\u304f\u308c\u308b\u3001Mixed Content Scan<\/a>\u3092\u8a66\u3057\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n\n\n\n

\u4ee5\u4e0b\u306f\u4eee\u60f3\u74b0\u5883\u306bUbuntu 18.04 LTS Live Server Version\u3092\u7528\u610f\u3057\u3001Mixed Content Scan<\/a>\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u969b\u306e\u8a18\u9332\u3067\u3059\u3002Ubuntu 18.04\u306e\u6e96\u5099\u307e\u3067\u306f\u5272\u611b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n

PHP\u95a2\u9023\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/h2>\n\n\n\n
$ sudo apt install php php-curl php-xml<\/code><\/pre>\n\n\n\n

composer\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/h2>\n\n\n\n
$ php -r \"copy('https:\/\/getcomposer.org\/installer', 'composer-setup.php');\"\n$ php -r \"if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;\"\n$ php composer-setup.php\n$ php -r \"unlink('composer-setup.php');\"<\/code><\/pre>\n\n\n\n

composer\u3092\u4f7f\u3063\u3066Mixed Content Scan\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/h2>\n\n\n\n
$ composer global require bramus\/mixed-content-scan:~2.8<\/code><\/pre>\n\n\n\n

\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u306b\u79fb\u52d5\u3057\u3066\u5b9f\u884c<\/h2>\n\n\n\n
$ cd .config\/composer\/vendor\/bin\n$ mixed-content-scan https:\/\/\u30b9\u30ad\u30e3\u30f3\u3059\u308b\u30b5\u30a4\u30c8\u306e\u30db\u30fc\u30e0\u30da\u30fc\u30b8 >> scanlog.txt<\/code><\/pre>\n\n\n\n

\u5b9f\u884c\u5f8c\u3001\u4fdd\u5b58\u3055\u308c\u305f\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\uff08\u4e0a\u8a18\u3067\u306fscanlog.txt\uff09\u3092\u78ba\u8a8d\u3059\u308b\u3068\u3001<\/p>\n\n\n\n

[2018-04-27 11:35:28] MCS.INFO: 00034 - https:\/\/\u30fb\u30fb\u30fb\n\u001b[2018-04-27 11:35:28] MCS.ERROR: 00035 - https:\/\/\u30fb\u30fb\u30fb\n\u001b[2018-04-27 11:35:28] MCS.WARNING: http:\/\/\u30fb\u30fb\u30fb<\/code><\/pre>\n\n\n\n

\u3068\u3044\u3046\u3088\u3046\u306a\u5f62\u5f0f\u3067\u3001http\u30ea\u30f3\u30af\u304c\u542b\u307e\u308c\u306a\u3044\u5834\u5408\u306b\u306fMCS.INFO\u304c\u3001\u3042\u308b\u5834\u5408\u306b\u306fMCS.ERROR\u304c\u8a18\u9332\u3055\u308c\u3001\u305d\u306e\u4e0b\u306b\u5177\u4f53\u7684\u306ahttp\u30ea\u30f3\u30af\u304c\u8a18\u9332\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n

\u306a\u304a\u3001\u3053\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306e\u5236\u9650\u3068\u3057\u3066\u3001\u30ea\u30f3\u30af\u3055\u308c\u3066\u8aad\u307f\u8fbc\u307e\u308c\u305fCSS\u30d5\u30a1\u30a4\u30eb\u3084JS\u30d5\u30a1\u30a4\u30eb\u5185\u306f\u8d70\u67fb\u3057\u306a\u3044\u306e\u3067\u3001\u30ea\u30f3\u30af\u5148\u306e.css\u3084.js\u306bhttp\u30ea\u30f3\u30af\u304c\u542b\u307e\u308c\u3066\u3044\u3066\u3082\u691c\u77e5\u3067\u304d\u307e\u305b\u3093\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

Web\u30b5\u30a4\u30c8\u3092HTTPS\u3067\u8868\u793a\u3059\u308b\u969b\u3001\u8868\u793a\u3055\u308c\u305fWeb\u30da\u30fc\u30b8\u5185\u306bhttp\u30ea\u30f3\u30af\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u3068\u3001\u30d6\u30e9\u30a6\u30b6\u304c\u6df7\u5408\u30b3\u30f3\u30c6\u30f3\u30c4 \/ Mixed Contents\u306e\u8b66\u544a\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u3053\u306e\u8b66\u544a\u3092\u6d88\u3059\u57fa\u672c\u7684\u306a\u5bfe\u51e6\u3068\u3057\u3066\u306f\u3001http\u30ea\u30f3\u30af\u3092\u5168\u3066\u4fee\u6b63\u3059\u308b\uff08\u76f8\u5bfe\u30ea\u30f3\u30af\u306b\u3059\u308b\u3001https\u306b\u66f8\u304d\u63db\u3048\u308b\u7b49\uff09\u3053\u3068\u306b\u306a\u308b\u3068\u601d\u3044\u307e\u3059\u304c\u3001\u3059\u3079\u3066\u306e\u30da\u30fc\u30b8\u3092\u8868\u793a\u3055\u305b\u3066\u30a8\u30e9\u30fc\u3092\u63a2\u3057\u3001\u4fee\u6b63\u3059\u308b\u306e\u306f\u5927\u5909\u306a\u4f5c\u696d\u3067\u3059\u3002\u305d\u3053\u3067\u3001Web\u30b5\u30a4\u30c8\u5185\u306b\u6df7\u5408\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u304b\u3069\u3046\u304b\u3092\u30b9 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[173,175,174],"_links":{"self":[{"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/posts\/29279"}],"collection":[{"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/comments?post=29279"}],"version-history":[{"count":6,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/posts\/29279\/revisions"}],"predecessor-version":[{"id":29671,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/posts\/29279\/revisions\/29671"}],"wp:attachment":[{"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/media?parent=29279"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/categories?post=29279"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ur.edu-connect.net\/wp-json\/wp\/v2\/tags?post=29279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}