Mixed Content: The page at 'https://d1wktfnq0mcp3y.cloudfront.net/' was loaded
over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery-latest.min.js'.
This request has been blocked; the content must be served over HTTPS.
d1wktfnq0mcp3y.cloudfront.net/:1
Unchecked runtime.lastError: The message port closed before a response was received.
d1wktfnq0mcp3y.cloudfront.net/:1
Mixed Content: The page at 'https://d1wktfnq0mcp3y.cloudfront.net/' was loaded
over HTTPS, but requested an insecure favicon 'http://example.com/myicon.png'. This request has been blocked; the content must be served over HTTPS.
the problem is that i use CDN over s3 static; but cloudfront redirects http to https; whenver it finds any "http://" in index file it throws error above.
a similar question on SO recommended to delete index.html and reupload new file index.html - doing this did not help, as the browser still shows in the "source" tab "http://". what could be the reason?