Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Relax maximum TLS 1.2 requirement #869

Merged
merged 3 commits into from
Nov 26, 2024
Merged

fix: Relax maximum TLS 1.2 requirement #869

merged 3 commits into from
Nov 26, 2024

Conversation

jbelkins
Copy link
Contributor

Description of changes

TLS had previously been restricted to a max version of 1.2 due to incompatibility between URLSession and some AWS services.

Relax the max TLS version requirement and allow TLS 1.3 to be used.

Scope

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jbelkins jbelkins marked this pull request as ready for review November 26, 2024 19:12
@jbelkins jbelkins merged commit 54f5a8f into main Nov 26, 2024
27 checks passed
@jbelkins jbelkins deleted the jbe/no_max_tls branch November 26, 2024 21:46
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