Weather Display will not load using HTTPS protocol

Since securing my website with a certificate and forcing users to use the HTTPS protocol I have been getting serial number errors. Please advise a workaround for this issue.

Can you post the URL you are using?

Have you changed all the links in your pages, including the one to the WDL config xml, to https ?

yes
it will work as long as you change any reference to http to https in the .xml and .html files
I have a post in the FAQ about that

Please could you specify the file(s) I need to update. I have checked the file wdlconfig.xml but can find no reference to my domain (www.eastleake-weather.org.uk)

It will be the link to the .xml file in whatever page you are using to show WDL. Without the url of your webpage there’s no way to be more specifics :dontknow:

Hi, in your wxlive.php locate the lines

// # You must enter the correct URL to your WDL or MML xml settings
var pathToConfig = “http://www.eastleake-weather.org.uk/wdlconfig_four_graphs3.xml”;

and change that to https and see if that works.

Thanks Martyn - I have updated the line you specified in wxlive.php and now all is working.