-
Notifications
You must be signed in to change notification settings - Fork 294
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
cheenamalhotra
merged 8 commits into
dotnet:main
from
DavoudEshtehari:GHIssue/TLSIssue#1151
Aug 23, 2021
Merged
Fix | Exclude unsupported protocols #1168
cheenamalhotra
merged 8 commits into
dotnet:main
from
DavoudEshtehari:GHIssue/TLSIssue#1151
Aug 23, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DavoudEshtehari
added
🐛 Bug!
Issues that are bugs in the drivers we maintain.
Area\Managed SNI
Issues that are targeted to the Managed SNI codebase.
Area\Netcore
Issues that are apply only to .NET runtime or the 'netcore' project folder.
labels
Jul 13, 2021
ErikEJ
reviewed
Jul 14, 2021
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNINpHandle.cs
Show resolved
Hide resolved
ErikEJ
reviewed
Jul 14, 2021
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIHandle.cs
Outdated
Show resolved
Hide resolved
cheenamalhotra
approved these changes
Jul 16, 2021
LGTM. Is it possible to have some tests for this? |
JRahnama
approved these changes
Jul 16, 2021
Just FYI - requires Native SNI release and version upgrade as well to fix the issue completely. |
DavoudEshtehari
force-pushed
the
GHIssue/TLSIssue#1151
branch
from
July 28, 2021 20:31
86df111
to
53cc74f
Compare
ErikEJ
reviewed
Jul 29, 2021
David-Engel
reviewed
Jul 30, 2021
src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SNI/SNIHandle.cs
Outdated
Show resolved
Hide resolved
DavoudEshtehari
removed
Area\Netcore
Issues that are apply only to .NET runtime or the 'netcore' project folder.
Area\Managed SNI
Issues that are targeted to the Managed SNI codebase.
labels
Jul 30, 2021
Merged
Co-authored-by: David Engel <dengel1012@gmail.com>
DavoudEshtehari
force-pushed
the
GHIssue/TLSIssue#1151
branch
from
August 21, 2021 01:10
abc1649
to
7fdb9d2
Compare
cheenamalhotra
removed
the
🐛 Bug!
Issues that are bugs in the drivers we maintain.
label
Aug 23, 2021
cheenamalhotra
added
the
🆕 Public API
Issues/PRs that introduce new APIs to the driver.
label
Aug 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change covers
Managed SNI
.There is an internal PR for
Native SNI
too.related issue #1151