龍巖易富通網絡科技有限公司

龍巖小程序開發,龍巖分銷系統

NGINX下升級HTTPS錯誤:Mixed Content: The page at ‘https://XXX’ was loaded over HTTPS, but requested an ins

2020.04.06 | 2433閱讀 | 0條評論 | 服務器配置

提示或報錯:


Mixed Content: The page at 'https://www.example.com' was loaded over HTTPS, but requested an insecure image ‘http://static.example.com/test.jpg’. This content should also be served over HTTPS.

首先,為了解決樣式問題,我在前端頁面,引入了一個meta


<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />

等效于用PHP設置頭部


header("Content-Security-Policy: upgrade-insecure-requests");

這樣導致了一個問題,我的測試環境下并沒有ssl證書,因此又冒出很多問題。


后面在nginx上做處理。一個nginx的配置


server {

        listen       443;

        server_name  www.example.com;

        #charset koi8-r;


        error_log  /logs/nginx/error.log;

        root /var/www/www.example.com;

        index  index.php index.html index.htm;

        ssl on;

        ssl_certificate   cert/test/test.pem;

        ssl_certificate_key  cert/test/test.key;

        ssl_session_timeout 5m;

        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;

        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

        ssl_prefer_server_ciphers on;


        add_header  X-Frame-Options  deny;

        add_header  X-Content-Type-Options  nosniff;

        add_header  X-XSS-Protection "1; mode=block";

        add_header Strict-Transport-Security max-age=86400;

        add_header Content-Security-Policy "upgrade-insecure-requests;default-src *;script-src 'self' https://static.example.com http://static.example.com 'unsafe-inline' 'unsafe-eval';style-src https://static.example.com http://static.example.com 'self' 'unsafe-inline';frame-src 'self';connect-src 'self';img-src https://static.example.com http://static.example.com data: blob: 'self'";


        location / {

                if (!-f $request_filename){

                        rewrite ^/(.*)$ /index.php?s=$1 last;

                        break;

                }

                limit_except GET POST DELETE PUT {

                        deny all;

                }

        }



        error_page   500 502 503 504  /50x.html;

        location = /50x.html {

                        root   html;

        }


        # proxy the PHP scripts to Apache listening on 127.0.0.1:80

        #

        #location ~ \.php$ {

        #    proxy_pass   http://127.0.0.1;

        #}


        # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

        #

        location ~ \.php$ {

                        fastcgi_pass   127.0.0.1:9000;

                        fastcgi_index  index.php;

                        fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;

                        include        fastcgi_params;

        }


        # deny access to .htaccess files, if Apache's document root

        # concurs with nginx's one

        #

        location ~ /\.ht {

                        deny  all;

        }

}

贊 (

發表評論

主站蜘蛛池模板: 欧美亚洲综合色| 国产精品国色综合久久| 欧美偷窥清纯综合图区| 亚洲成a人v欧美综合天堂| 一本一道久久综合狠狠老| 亚洲欧美成人综合久久久| 久久93精品国产91久久综合| 色综合久久88色综合天天| 丁香五月网久久综合| 情人伊人久久综合亚洲| 国产成人综合久久精品红| 久久午夜综合久久| 亚洲综合精品一二三区在线| 亚洲欧美日韩综合一区二区 | 久久综合久久美利坚合众国| 欧美亚洲日本国产综合网| 99久久婷婷国产综合亚洲| 亚洲综合第一页| 自拍三级综合影视| 久久婷婷五月综合色奶水99啪| 日韩欧美亚洲综合久久| 人人妻人人狠人人爽天天综合网| 五月丁香六月综合欧美在线 | 国产亚洲综合网曝门系列| 色噜噜狠狠色综合久| 亚洲欧美伊人久久综合一区二区| 综合久久国产九一剧情麻豆| 亚洲综合色婷婷在线观看| 国产成人综合久久精品红| 婷婷综合缴情亚洲狠狠尤物| 色欲综合一区二区三区| 色狠狠久久综合网| 综合三区后入内射国产馆 | 亚洲成A人V欧美综合天堂麻豆| 亚洲综合无码AV一区二区 | 国产精品 综合 第五页| 亚洲香蕉网久久综合影视| 亚洲国产欧洲综合997久久| 色综合久久天天综线观看| 综合久久国产九一剧情麻豆| 欧美精品国产日韩综合在线|