diff --git a/keystone_client/http.py b/keystone_client/http.py index ae9d980..3dd555b 100644 --- a/keystone_client/http.py +++ b/keystone_client/http.py @@ -15,7 +15,7 @@ from urllib.parse import urljoin, urlparse import httpx -from httpx._types import QueryParamTypes, RequestContent, RequestData, RequestFiles +from httpx._types import CertTypes, QueryParamTypes, RequestContent, RequestData, RequestFiles from .log import DefaultContextAdapter @@ -66,6 +66,7 @@ def __init__( timeout=timeout, limits=limits, transport=transport, + trust_env=False, ) atexit.register(self.close)