We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
relates to apache/pekko-persistence-jdbc#113
The text was updated successfully, but these errors were encountered:
I search the changes in mssql release https://github.com/microsoft/mssql-jdbc/releases?q=encrypt&expanded=true look at this picture.
(1) add encrypt=true;trustServerCertificate=true" to jdbc url (2) or add encrypt=false to jdbc url
encrypt=true;trustServerCertificate=true"
encrypt=false
users should ensure that the sqlserver enable tls,maybe need some config, so that client can connect to sqlserver with TLS
Sorry, something went wrong.
Closed with #126
No branches or pull requests
relates to apache/pekko-persistence-jdbc#113
The text was updated successfully, but these errors were encountered: