Most likely this is being caused because you are missing the necessary certificates on your RPi to certify the https connection.
I'm definitely not a certificates expert, but try this on your RPi: *sudo apt-get update* *sudo apt-get install --reinstall ca-certificates* This will refresh your cache of certificates. -tk On Wed, Oct 16, 2019 at 6:37 AM Ford Smith <[email protected]> wrote: > weewx 3.9.2 > > python 2.7.16 > > On Wednesday, October 16, 2019 at 8:51:35 AM UTC-4, Ford Smith wrote: >> >> Until a brief power failure the other day, my weewx reading an Accurite >> weather station was performing perfectly on a Raspberry Pi 4. Since then, >> the upload to Weather Underground has failed. I've reinstalled weewx, even >> created a new PWS on Underground, and finally turned Debug on. Apparently, >> the problem is: >> >> *Oct 16 08:40:25 raspberrypi weewx[3114]: restx: Wunderground-PWS: Failed >> upload attempt 2: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] >> certificate verify* >> I've searched for how to correct this Certificate problem and can find no >> answers. >> Help!! >> > -- > 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/0da2fbea-457b-40d4-9f95-214e57e9ff36%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/0da2fbea-457b-40d4-9f95-214e57e9ff36%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAPq0zECJX_FGC2%2BCohoPaRZmTvhY3Y%2BvYXcq_MeAGpP-uui%3DKA%40mail.gmail.com.
