Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
209 views
in Technique[技术] by (71.8m points)

angular - https via cloudfront and S3 bucket of AWS doesn't work

I have done all the work by learning a tutorial in Youtube, so I was successful to make the domain name of Cloudfront distribution linking to my S3 bucket with only an index.html in it. (there is a little lock icon in the url).

Here is the problem, when I upload Angular dist folder into this same bucket, I can also get access the content; however, the little lock icon change to a circled exclamation icon, and shows that the website is not FULLY secure.

enter image description here some helps me please

question from:https://stackoverflow.com/questions/65952379/https-via-cloudfront-and-s3-bucket-of-aws-doesnt-work

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Based on the comments.

The issue was caused by Mixed Content connections caused by using http along with https.

To solve the problem, all http connections must be changed to https.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...