Mixed Https Content Warning

Hi,



Does anyone knows how could I avoid mixed content warning on our site?



Our store runs on https but in footer i do have two http links that redirect customers to our main company website (different domain) that runs on http and the other one on our blog which is also on http.



Thanks,

[quote name='UrKo' timestamp='1420699419' post='201911']

Does anyone knows how could I avoid mixed content warning on our site?



Our store runs on https but in footer i do have two http links that redirect customers to our main company website (different domain) that runs on http and the other one on our blog which is also on http.

[/quote]



The only way I see - is to use HTML block with Smarty support to display these links and do not display them for https

ok thanks, will try that

Alternately, you could have them use https and then on the other sites (since they are within your control) do a redirect to http if the requests are https in your .htaccess file(s).