Skip to content

fix: add verify_ssl option to disable SSL certificate verification (closes #327)#482

Open
botbikamordehai2-sketch wants to merge 1 commit into
dask:mainfrom
botbikamordehai2-sketch:fix/issue-327-1780830629
Open

fix: add verify_ssl option to disable SSL certificate verification (closes #327)#482
botbikamordehai2-sketch wants to merge 1 commit into
dask:mainfrom
botbikamordehai2-sketch:fix/issue-327-1780830629

Conversation

@botbikamordehai2-sketch

Copy link
Copy Markdown

What

Users behind firewalls that block SSL need a way to disable SSL certificate verification when creating ECS clusters. The current code does not expose any parameter to control SSL verification, causing SSL: CERTIFICATE_VERIFY_FAILED errors.

Fix

  • Added a verify_ssl parameter (default True) to ECSCluster that propagates to EC2Instance.
  • In EC2Instance.create_vm, when verify_ssl is False, pass verify=False to the aiobotocore client creation to disable SSL verification.
  • This follows the pattern used by other AWS libraries (e.g., s3fs with use_ssl=False).

Closes #327

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Certificate Verify Failed on ECSCluster

1 participant