NOAA NWS decomissioning weather.noaa.gov website June 15, 2016 (METAR source)

Hi Brian
that’s what I suspected with build 81
last time I ran an updated version the created web map had the info in the wrong places, was ok within WD. That was several months ago.
Will have to get round to testing again with the latest zip

Will this effect the NWS Alerts scripting as well… We are under many watches/warnings (T-Stroms) and nothing is showing. The alert script worked yesterday … today nothing.

I was having trouble with Alerts yesterday and had to change the http:// to https:// to get the script to work.

I have a customized Saratoga script and depending on how the alert file is retrieved it may have to be updated to support SSL (https). I think I had to change the cURL function by adding: curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false).

You are correct… the NWS changed to ALL https:// urls now, as they promised to do some time ago. I was just caught off guard and Ken caught it and resolved the issue in his scripts. I went through mine as made the correction and all is working now.