Hi, I have been using SSG for years without any problems but have now changed to https. I have checked all files and changed to https but cannot get it working. Obviously I am missing something basic but just can't see it. Any help would be appreciated.
The site is www.itsfine.uk and the SSG page is https://itsfine.uk/wx1/steel/web_server/gauges-ss1.php
Data from WD is in folder wx1.
Thanks
Welcome to the Cumulus Support forum.
Latest Cumulus MX release 3.9.6 (build 3101) - 20 January 2021 (please see announcement regarding releases since 3.5.0)
Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of the NOAA report and Snow Index drop-down menus to 2030)
Use this Wiki link to Download the Software (Cumulus MX / Cumulus 1 and other related items).
Latest Cumulus MX release 3.9.6 (build 3101) - 20 January 2021 (please see announcement regarding releases since 3.5.0)
Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of the NOAA report and Snow Index drop-down menus to 2030)
Use this Wiki link to Download the Software (Cumulus MX / Cumulus 1 and other related items).
http to https problem (Resolved)
Moderator: mcrossley
http to https problem (Resolved)
Last edited by itsfine on Sun 08 Mar 2020 12:05 pm, edited 1 time in total.
Re: http to https problem
Thanks Mapantz, they are reading the file but not displaying any info.
-
- Posts: 903
- Joined: Sat 17 Dec 2011 11:55 am
- Weather Station: Davis Vantage Pro2
- Operating System: Windows 10 x64
- Location: Dorset - UK
- Contact:
Re: http to https problem
In gauges.js
Try changing this line:
to either:
or:
Try changing this line:
Code: Select all
realTimeURL_WD : 'http://www.itsfine.uk/wx1/customclientraw.txt', //*** WD Users: Change to your location of the ccr file ***
Code: Select all
realTimeURL_WD : 'wx1/customclientraw.txt', //*** WD Users: Change to your location of the ccr file ***
Code: Select all
realTimeURL_WD : 'customclientraw.txt', //*** WD Users: Change to your location of the ccr file ***
Re: http to https problem
Tried both options plus various alternatives using ../ to go back a level and the full url with http and https but still no change.
It's got me beat!
It's got me beat!
- mcrossley
- Posts: 7605
- Joined: Thu 07 Jan 2010 9:44 pm
- Weather Station: Davis VP2
- Operating System: Buster Lite rPi
- Location: Wilmslow, Cheshire, UK
- Contact:
Re: http to https problem
It's definitely your client raw file causing the problem. It is trying to load...
http://www.itsfine.uk/wx1/customclientraw.txt
Which isn't allowed as that is mixed content. Changing it to...
/wx1/customclientraw.txt
fixes it for me. Btw, you also have a statistics counter script giving mixed content errors as well.
http://www.itsfine.uk/wx1/customclientraw.txt
Which isn't allowed as that is mixed content. Changing it to...
/wx1/customclientraw.txt
fixes it for me. Btw, you also have a statistics counter script giving mixed content errors as well.
Re: http to https problem
Thanks Mark. I've struggled with this for ages. Made the changes and removed the counter as well.
Everything is back to normal - hooray!
Everything is back to normal - hooray!