-
Notifications
You must be signed in to change notification settings - Fork 293
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
Addressing HostNameInCertificate changes in native SNI #1680
Addressing HostNameInCertificate changes in native SNI #1680
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1680 +/- ##
==========================================
+ Coverage 62.29% 70.93% +8.63%
==========================================
Files 293 293
Lines 61382 61383 +1
==========================================
+ Hits 38237 43540 +5303
+ Misses 23145 17843 -5302
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…github.com/lcheunglci/SqlClient into TDS8-Add-ServerCertFile-InAuthProviderInfo
FYI, after releasing the native SNI, the pipeline should be triggered with the new SNI package for this change before having merged it. |
With some of the latest changes from SNI, the struct AuthProviderInfo includes a new field, i.e.
serverCertFileName
, so this change is to make sure it is compatible.