implemented the ssl system

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
enalascal
 
 
Posts: 44
Joined: Sun Mar 26, 2017 2:45 am

implemented the ssl system

Post by enalascal »

Mixed content with HTTPS how to fix it
User avatar
zinc
 
 
Posts: 2149
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: implemented the ssl system

Post by zinc »

Not sure if I follow you but SSL is done at server level and has nothing to do with WWB....
Running WYSIWYG Web Builder since 2007...
User avatar
Williams
 
 
Posts: 102
Joined: Fri Nov 23, 2018 12:22 am
Contact:

Re: implemented the ssl system

Post 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.
User avatar
crispy68
 
 
Posts: 2749
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: implemented the ssl system

Post 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
Post Reply