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 | Exclude unsupported protocols #1168

Merged
merged 8 commits into from Aug 23, 2021

Conversation

DavoudEshtehari
Copy link
Member

@DavoudEshtehari DavoudEshtehari commented Jul 13, 2021

This change covers Managed SNI.
There is an internal PR for Native SNI too.

  • To use OS enabled client protocols instead, you must enable the following switch:
  "Switch.Microsoft.Data.SqlClient.UseSystemDefaultSecureProtocols"

related issue #1151

@DavoudEshtehari DavoudEshtehari added 🐛 Bug! Something isn't right ! Ⓜ️ Managed SNI Use this label if the issue/PR relates to issues in Managed SNI netcore labels Jul 13, 2021
@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v4.0 via automation Jul 16, 2021
@cheenamalhotra cheenamalhotra added this to the 4.0.0-preview1 milestone Jul 16, 2021
@JRahnama
Copy link
Member

LGTM. Is it possible to have some tests for this?

SqlClient v4.0 automation moved this from In progress to Reviewer approved Jul 16, 2021
@DavoudEshtehari DavoudEshtehari linked an issue Jul 16, 2021 that may be closed by this pull request
@cheenamalhotra
Copy link
Member

Just FYI - requires Native SNI release and version upgrade as well to fix the issue completely.

@cheenamalhotra cheenamalhotra removed this from Reviewer approved in SqlClient v4.0 Jul 28, 2021
@cheenamalhotra cheenamalhotra removed this from the 4.0.0-preview1 milestone Jul 28, 2021
BUILDGUIDE.md Outdated Show resolved Hide resolved
BUILDGUIDE.md Outdated Show resolved Hide resolved
BUILDGUIDE.md Show resolved Hide resolved
@cheenamalhotra cheenamalhotra added this to In progress in SqlClient v4.0 via automation Jul 30, 2021
@cheenamalhotra cheenamalhotra added this to the 4.0.0-preview1 milestone Jul 30, 2021
@DavoudEshtehari DavoudEshtehari removed netcore Ⓜ️ Managed SNI Use this label if the issue/PR relates to issues in Managed SNI labels Jul 30, 2021
Co-authored-by: David Engel <dengel1012@gmail.com>
@cheenamalhotra cheenamalhotra removed the 🐛 Bug! Something isn't right ! label Aug 23, 2021
@cheenamalhotra cheenamalhotra merged commit 8b77c49 into dotnet:main Aug 23, 2021
SqlClient v4.0 automation moved this from In progress to Done Aug 23, 2021
@cheenamalhotra cheenamalhotra added the 🆕 Public API Use this label for new API additions to the driver. label Aug 23, 2021
@JRahnama JRahnama removed the request for review from johnnypham July 15, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 Public API Use this label for new API additions to the driver.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Cannot connect when OS has TLS1.3 (and TLS1.2) enabled
5 participants