Page 1 of 1

implemented the ssl system

Posted: Wed Jul 03, 2019 8:30 am
by enalascal
Mixed content with HTTPS how to fix it

Re: implemented the ssl system

Posted: Wed Jul 03, 2019 8:41 am
by zinc
Not sure if I follow you but SSL is done at server level and has nothing to do with WWB....

Re: implemented the ssl system

Posted: Wed Jul 03, 2019 12:59 pm
by Williams
zinc wrote: Wed Jul 03, 2019 8:41 am Not sure if I follow you but SSL is done at server level and has nothing to do with WWB....
That's right. you'll have to contact your host provider to set it up for you.

Re: implemented the ssl system

Posted: Wed Jul 03, 2019 7:54 pm
by crispy68
It means you have links in your html pages linking to unsecured sites. So for example, if your site is secured with an ssl and you have a link somewhere in the page to another page/image/site/etc. that begins with http then you will get this warning.

All you need to do is change the link from http to https assuming whatever it is linking to has a secured version.

ex: say you have a link to http://www.google.com, change it to https://www.google.com