Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
1956 มุมมอง

I am currently experiencing an issue with accessing the Website and ecommorce modules.


I am seeing this in the console


Mixed Content: The page at 'https://marketing.websitename.com/web#action=350&cids=1&menu_id=235' was loaded over HTTPS, but requested an insecure frame 'http://marketing.websitename.com/'. This request has been blocked; the content must be served over HTTPS.


file reference is: web.assets_common.min.js...


error takes me to line 1388 -  nodeInsertBefore.call(parent, el, afterNode);

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

here is my fix, and it worked

i added this to the server block in nginx conf file. 

proxy_redirect http:// https://;

or you can make it more strict to do it only on your domain, for example in my case it will be: 

proxy_redirect http://skyerp.net https://skyerp.net;



i tested it and it worked. so try it out

If you found this post helpfull please upvote it

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello @James Quinlan,


Thanks for your reply, but I try this method which is not working. I am using an Apache service. Please help me to solve the problem.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You need to modify your server configuration.

In the nginx conf file, within the location block, you should add the line

add_header Content-Security-Policy upgrade-insecure-requests;


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
how to make my website https? แก้ไขแล้ว
1
ก.พ. 25
3629
Set https url in the system? แก้ไขแล้ว
2
มี.ค. 24
4798
6
มิ.ย. 25
30869
Error 400 : redirect_uri_mismatch แก้ไขแล้ว
8
ก.พ. 25
24147
2
ธ.ค. 24
6369