Skip to Content
Menu
This question has been flagged
2 Replies
1131 Views

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);

Avatar
Discard
Best Answer

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.

Avatar
Discard
Best Answer

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;


Avatar
Discard
Related Posts Replies Views Activity
1
Feb 25
2975
2
Mar 24
3955
5
May 25
29168
8
Feb 25
22427
2
Dec 24
5908