Author Topic: SSL Help Pie Chart  (Read 730 times)

0 Members and 1 Guest are viewing this topic.

Offline yamiacaveman

  • Forecaster
  • *****
  • Posts: 439
    • Penn Lake Weather
SSL Help Pie Chart
« on: August 27, 2018, 09:15:21 AM »
www.pennlake.us

I am trying to keep up and change some of the older code (http to https).

On my home page, I think I have it all changed but the graph under Sun/Moon pie chart.

I have been using https://www.whynopadlock.com/ to check my pages and for my main page I get this:

A file with an insecure url of "http://chart.apis.google.com/chart?chs=90x60&chma=0,0,0,0&chd=t:59.1,40.9&cht=p3&chp=1.25&chf=bg,s,65432100&chco=FFD700,000000" was loaded on line: 895 of https://www.pennlake.us/.
This URL will need to be updated to use a secure URL for your padlock to return.

I thought it would be in the Dashboard Config but the best I could find was this reference and I am not sure this is even related:
$useSunlightPie = true;        // Use Sunlight Pie Chart from Steve Fitzgerald and Jerry Wilkins

If I change the http to https I get the same image so I am hoping if some one can tell me where to find the "http://chart.apis.google.com/chart?...." I can change it there and that would be one page down in my movement to the ssl.

Thanks for any help.

Offline gwwilk

  • Southeast Lincoln Weather
  • Forecaster
  • *****
  • Posts: 2578
    • SouthEast Lincoln, NE Weather
Re: SSL Help Pie Chart
« Reply #1 on: August 27, 2018, 10:59:05 AM »
It's a part of your dashboard, i.e. ajax-dashboad6.php.  Change it there and you should be good to go...
Regards, Jerry Wilkins
gwwilk@gmail.com

Offline yamiacaveman

  • Forecaster
  • *****
  • Posts: 439
    • Penn Lake Weather
Re: SSL Help Pie Chart
« Reply #2 on: August 27, 2018, 02:10:40 PM »
Thanks -- I'll blame my older age for that one, lol.

Again thanks!!!

Offline yamiacaveman

  • Forecaster
  • *****
  • Posts: 439
    • Penn Lake Weather
Re: SSL Help Pie Chart
« Reply #3 on: August 28, 2018, 09:11:28 AM »
Found it changed to https works fine --

In fact whole site is /should be, https and seems to be working.