Skip to content

Conversation

adev-code
Copy link

Copy from botocore and it was merged: boto/botocore#3542

Fixes a bug where setting use_ssl=False with a custom HTTPS endpoint incorrectly downgrades the connection to HTTP. According to the documentation, when endpoint_url is provided, the use_ssl parameter should be ignored. The fix adds a check to ensure this downgrade only happens when no custom endpoint is specified, preserving the HTTPS protocol when customers explicitly provide an HTTPS URL.

@ashovlin
Copy link
Member

Okay with no changelog entry for this, CLI users cannot manipulate the client config to set use_ssl, so this should be no impact.

@adev-code adev-code merged commit 81a8160 into aws:v2 Sep 24, 2025
58 of 60 checks passed
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.

2 participants