In the weewx /usr/share/weewx/weewx/restx.py file if you change from 
"https" to "http" it will resolve the weatherunderground issue:


*"https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php
 
<https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php>"*
 
to 

 

"*http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php
 
<http://weatherstation.wunderground.com/weatherstation/updateweatherstation.php>*
"

Your may need to change file permissions to read+write to edit the file:

sudo chmod a+w /usr/share/weewx/weewx/restx.py

You will need to restart weewx post the change

: Glenn


On Thursday, January 30, 2020 at 7:57:14 AM UTC-8, Brice Ruth wrote:
>
> Just a heads up (I've reported this to wunderground) -
>
> It looks like the SSL/TLS certificate for `rtupdate.wunderground.com` is 
>> incorrect or the API has been compromised in some way. Accessing `
>> https://rtupdate.wunderground.com` in a browser such as Chrome yields a 
>> security warning: NET::ERR_CERT_COMMON_NAME_INVALID and the `weewx` 
>> software used to upload data to wunderground reports `hostname '
>> rtupdate.wunderground.com' doesn't match either of '*.
>> prod-pws-ng-546567-997b58a668d15d562a6bed58ea7c5f9e-0000.us-south.containers.appdomain.cloud',
>>  
>> 'prod-pws-ng-546567-997b58a668d15d562a6bed58ea7c5f9e-0000.u
>> s-south.containers.appdomain.cloud', 
>> 'prod-pws-ng-546567.us-south.containers.appdomain.cloud'` - maybe the DNS 
>> was switched to a new API endpoint but the SSL/TLS certificate that matches 
>> the DNS name wasn't configured correctly?
>>
>  
>
> This is blocking all weather station updates to `rtupdate.wunderground.com` 
>> that are using secure transport (which should be required because security 
>> credentials are passed in the requests).
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7b4fa7b0-43a4-46cc-a916-0f2fdabf233d%40googlegroups.com.

Reply via email to