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

Production:: fix issue with sql server SSL certificate #100

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Jan 5, 2025

Production:: fix issue with sqls erver SSL certificate

Add TrustServerCertificate=true to connection string for MSSQL2022

Before this entry was added, the following exception occurred:
SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)

Add `TrustServerCertificate=true` to connection string for MSSQL2022

SqlException: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.)
Copy link

sonarqubecloud bot commented Jan 5, 2025

@axunonb axunonb merged commit 7cdc219 into main Jan 5, 2025
5 checks passed
@axunonb axunonb deleted the pr/conn-string-production branch January 5, 2025 16:48
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.

1 participant