Closed Sh0n closed 4 years ago
Same here 🙋♂️
I posted an update that skips the certificate check. For me it works again.
Thanks, looks like it is working again :smile: Do you know if there is any way to disable these warnings:
/home/pi/.local/lib/python3.5/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning,
edit: this did the trick:
from requests.packages.urllib3.exceptions import InsecureRequestWarning requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
https://stackoverflow.com/questions/27981545/suppress-insecurerequestwarning-unverified-https-request-is-being-made-in-pytho
The real problem is a incomplete certificate chain at the VW site side, so other than your trick I would not know.
Thanks a lot ! it works perfectly !
Hi,
Recently, i get new error when i try to use this script (it works last week !) :
Any idea ?