Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning insecure https request #35

Open
myTselection opened this issue Oct 22, 2023 · 1 comment
Open

warning insecure https request #35

myTselection opened this issue Oct 22, 2023 · 1 comment
Labels
known issue Known issue which won't be fixed for now

Comments

@myTselection
Copy link
Owner

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
Copy link
Owner Author

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 myTselection added the known issue Known issue which won't be fixed for now label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known issue Known issue which won't be fixed for now
Projects
None yet
Development

No branches or pull requests

1 participant