Carbu_com
Carbu_com copied to clipboard
warning insecure https request
Some warning appear during boot, to be analysed
WARNING (SyncWorker_12) [py.warnings] /usr/local/lib/python3.11/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.carbu.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
result of response = self.s.get(oildetails_url,headers=header,timeout=30, verify=False)
yet, if SSL verification is enabled, this error is blocking:
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)