stephen-bracken commented on code in PR #67214:
URL: https://github.com/apache/airflow/pull/67214#discussion_r3309794780


##########
task-sdk/src/airflow/sdk/api/client.py:
##########
@@ -1123,7 +1129,7 @@ def __init__(self, *, base_url: str | None, dry_run: bool 
= False, token: str, *
         else:
             kwargs["base_url"] = base_url
             # Call via the class to avoid binding lru_cache wires to this 
instance.
-            kwargs["verify"] = 
type(self)._get_ssl_context_cached(certifi.where(), API_SSL_CERT_PATH)
+            kwargs["verify"] = 
type(self)._get_ssl_context_cached(API_SSL_CA_FILE_PATH, API_SSL_CERT_PATH)
 
             if API_CLIENT_SSL_CERT or API_CLIENT_SSL_KEY:

Review Comment:
   I'll add a `client_load_public_certs` config setting to cover this with the 
default being `True`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to