How should I handle the https certificate verification failed ? RainMachine uses a self-signed certificate for local lan https so verification will fail.
I'm using weewx from git (version 3.9.0a1) and works fine, but a user reported that he gets this error: Oct 3 12:05:58 ftp weewx[725]: restx: RainMachine: Failed upload attempt 1: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) I can disable ssl verification in extension code but not sure if I should do that as weewx 3.9.0a1 works fine on my side.
