-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
After upgrade getting error : The certificate chain was issued by an authority that is not trusted #12653
Comments
I think you need @sebastienros you may want to shed some light here |
You need |
Just to clarify, you can use add The reason this is happening because YesSql is now using the new SQL client which encrypts the connection by default. So if you don't have a trusted certification on the server and want to continue to encrypt the communication using the untrusted server, add Updated the notes in #12528 |
This is interesting, How do we make it self healing on upgrade? |
@ns8482e make sure your server has a valid ssl certificate. I think you would face this issue locally only. |
After recent upgrade with YesSQL v 3.2.0 (with schema support) I am getting the following error when loading an existing project :
The fix is to append to the connectionstring the setting :
but I am wondering if this could be related to yessql upgrade ?
The text was updated successfully, but these errors were encountered: