Carbu_com icon indicating copy to clipboard operation
Carbu_com copied to clipboard

warning insecure https request

Open myTselection opened this issue 2 years ago • 1 comments

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(

myTselection avatar Oct 22 '23 21:10 myTselection

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)

myTselection avatar Nov 03 '23 15:11 myTselection