Skip to content

Ensure we don't block TLS 1.3 negotiation - #2792

Merged
stevejgordon merged 1 commit into
mainfrom
tls-improvements
Aug 21, 2026
Merged

stevejgordon merged 1 commit into
mainfrom
tls-improvements

Conversation

@stevejgordon

Copy link
Copy Markdown
Contributor

Don't block TLS 1.3 negotiation on any target framework

Previously, the agent explicitly restricted outgoing HTTPS connections to TLS 1.2, which prevented TLS 1.3 from being negotiated even on operating systems that support it (e.g., Windows 11+). This affected all supported target frameworks.

This change lets the operating system pick the best available TLS protocol (matching Microsoft's recommended best practice), instead of hardcoding TLS 1.2. As a result, the agent can now use TLS 1.3 where the OS/runtime supports it, while still working the same as before everywhere else.

Note for consumers: environments that require TLS 1.2 as a strict minimum via OS/registry policy should ensure that's configured at the OS level, since the agent no longer forces it independently of the OS configuration.

@github-actions

Copy link
Copy Markdown

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@stevejgordon
stevejgordon requested a review from a team August 21, 2026 11:40
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