antonio-mello-ai commented on issue #64195: URL: https://github.com/apache/airflow/issues/64195#issuecomment-4122686119
**Tested `cncf.kubernetes==10.15.0rc1`** — functional validation of **#63478** (`verify_ssl=False` propagation to `ApiClient`). Set up a kind cluster (self-signed cert, `CN=kubernetes`) and ran against the RC package on Python 3.12 (macOS): 1. `verify_ssl=True` + CA cert → connects successfully (baseline) 2. `verify_ssl=False` without CA cert → **connects successfully** (fix confirmed) 3. `verify_ssl=True` without CA cert → correctly fails with `CERTIFICATE_VERIFY_FAILED` (proves SSL verification matters) The fix works as intended — `verify_ssl=False` is properly propagated to the `ApiClient`, allowing connections to clusters with self-signed certificates. -- 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]
