Like to help out with hosting costs for WXForum.net? Use the donate page. Thanks!
0 Members and 1 Guest are viewing this topic.
// strikes and stations path//# old $strikes_dir= 'http://' . $username . ':' . $password . '@'.$mainURL.'/Data_' . $region . '/Protected/Strikes/';# new https://loginname:password@data.blitzortung.org/Data/Protected/Strikes_1/2013/08/08/10/30.json.gz$strikes_dir= 'https://' . $username . ':' . $password . '@'.$mainURL.'/Data/Protected/Strikes_' . $region . '/';# old $stations_file= 'http://' . $username . ':' . $password . '@'.$mainURL.'/Data_/' . $region . '/Protected/stations.json.gz';# new https://loginname:password@data.blitzortung.org/Data/Protected/stations.txt.gz$stations_file= 'https://' . $username . ':' . $password . '@'.$mainURL.'/Data/Protected/stations.json.gz';# V1.07 - add query with last_strikes.php$strikes_query = 'https://' . $username . ':' . $password . '@'.$mainURL.'/Data/Protected/last_strikes.php?number=999999';
Yep.. those are the ones.
Quote from: saratogaWX on July 12, 2022, 11:24:47 AMYep.. those are the ones.Thanks, Ken. That seems to have fixed it.Will we need to change back to 'https://' at some time in the future, if the cert is renewed?Greg H.
Quote from: miraculon on July 12, 2022, 01:09:18 PMQuote from: saratogaWX on July 12, 2022, 11:24:47 AMYep.. those are the ones.Thanks, Ken. That seems to have fixed it.Will we need to change back to 'https://' at some time in the future, if the cert is renewed?Greg H.Yes, and you can do that now