-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Minimal code-snippet showcasing the problem
self.use_unverified_ssl = use_unverified_ssl or FALSE
...
verify = not self.use_unverified_ssl
r = requests.request(..., verify=verify, ...)
not FALSE
is False
Expected behavior
respect the https verification requirement
Actual behavior
/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py:1099: InsecureRequestWarning: Unverified HTTPS request is being made to host 'api.authing.cn'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#tls-warnings
Metadata
Metadata
Assignees
Labels
No labels