Skip to content

Add troubleshooting guidance for SQL Encrypt breaking change#5692

Merged
mikeminutillo merged 7 commits into
masterfrom
sql-encryption-troubleshooting
Mar 29, 2022
Merged

Add troubleshooting guidance for SQL Encrypt breaking change#5692
mikeminutillo merged 7 commits into
masterfrom
sql-encryption-troubleshooting

Conversation

@mikeminutillo
Copy link
Copy Markdown
Member

Microsoft.Data.SqlClient version 4 includes a breaking change dotnet/SqlClient#1210 which causes existing clients to throw an exception when using the default configuration:

System.Data.SqlClient.SqlException
  HResult=0x80131904
  Message=A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
  Source=.Net SqlClient Data Provider

@mikeminutillo mikeminutillo self-assigned this Mar 24, 2022
Copy link
Copy Markdown
Member

@tmasternak tmasternak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Minor question: can we remove duplication from the guidance files?

@mikeminutillo
Copy link
Copy Markdown
Member Author

Duplication (mostly) removed. I pulled the guidance out of the individual upgrade guides and created a specific upgrade guide for upgrading to SqlClient 4 in both SQL-T and SQL-P. The ServiceControl one has slightly different text so I left it as a "duplicate"

@mikeminutillo mikeminutillo marked this pull request as ready for review March 25, 2022 06:36
Copy link
Copy Markdown
Contributor

@timbussmann timbussmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nitpick

Comment thread servicecontrol/troubleshooting.md Outdated
Comment thread servicecontrol/troubleshooting.md Outdated
@mikeminutillo mikeminutillo merged commit ae5854b into master Mar 29, 2022
@mikeminutillo mikeminutillo deleted the sql-encryption-troubleshooting branch March 29, 2022 06:31
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.

4 participants