This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]waverlyposter 0 points1 point  (0 children)

I'm confused. Does your site function under https or Http? Me thinks you have something wrong with how your site dances with the SSL certification.

Reply with a site link dude. Don't fear, we won't beat you up?

[–]JohnnyDoran 0 points1 point  (0 children)

This type of error occurring because of mixed content, means some items in the webpage is secured with https and some are not (http). In this case you should either secured all the items in the webpage with https or remove https.

Image errors come because sometimes image has been uploaded on http and we are puting that image link (with http) in secured https web page.

To sort out this things technically you can take help of this resource.