f30afbb1bc
Since `urllib3` uses `certifi` as the certificate provider [1], if the users enable TLS with a custom certificate, the `Service.do_get` method will not be able to verify the custom certificate. According to the documentation [1], we need to add `cert_reqs` and `ca_certs` to the `urllib3.PoolManager` when a custom certificate is used. [1] https://urllib3.readthedocs.io/en/latest/advanced-usage.html#custom-tls-certificates Story: #2011168 Task: #50514 Change-Id: I75857cf0d0d37254180aa3ae2305e16610c9fab4 |
||
---|---|---|
.. | ||
services | ||
tests | ||
__init__.py | ||
accounts.py | ||
clients.py | ||
constants.py | ||
credentials.py | ||
flavors.py | ||
main.py | ||
profile.py | ||
tempest_conf.py | ||
users.py | ||
utils.py |