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

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

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

2020.04.06 | 2494閱讀 | 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;

        }

}

贊 (

發表評論

主站蜘蛛池模板: 亚洲国产综合精品中文第一| 久久99亚洲综合精品首页| 国产天天综合永久精品日| 精品亚洲综合久久中文字幕| 亚洲亚洲人成综合网络 | 亚洲综合最新无码专区| 色综合久久无码五十路人妻| 亚洲综合最新无码专区| 国产欧美日韩综合| 中文字幕亚洲综合小综合在线| 国产成人综合洲欧美在线| 激情综合婷婷丁香五月| 久久精品桃花综合| 狠狠狠色丁香婷婷综合久久俺| 国产亚洲综合久久系列| 亚洲国产成人久久综合一| 伊人久久大香线焦综合四虎| 国产欧美日韩综合自拍| 亚洲欧美国产日韩综合久久| 美国十次狠狠色综合| 欧美日韩综合精品| 欧美国产综合欧美视频| 亚洲综合久久久| 色婷婷综合久久久中文字幕| 伊人丁香狠狠色综合久久| 激情五月婷婷综合| 久久亚洲高清综合| 日韩欧美国产综合在线播放 | 久久99精品综合国产首页| 日韩欧美在线综合网另类| 丁香五月婷婷综合激情在线| 国产精品激情综合久久| 色综合久久综精品| 欧美日韩国产综合视频一区二区三区| 日日狠狠久久偷偷色综合免费| 亚洲亚洲人成综合网络| 台湾佬综合娱乐| 青青热久久综合网伊人| 日日狠狠久久偷偷色综合免费| 狠狠色丁香久久婷婷综合| 久久综合久久伊人|