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

investigate upgrade for mssql jar #117

Closed
pjfanning opened this issue Mar 21, 2024 · 2 comments
Closed

investigate upgrade for mssql jar #117

pjfanning opened this issue Mar 21, 2024 · 2 comments

Comments

@pjfanning
Copy link
Contributor

relates to apache/pekko-persistence-jdbc#113

@laglangyue
Copy link
Contributor

I search the changes in mssql release
https://github.com/microsoft/mssql-jdbc/releases?q=encrypt&expanded=true
look at this picture.
image

How to solve this for our test

(1) add encrypt=true;trustServerCertificate=true" to jdbc url
(2) or add encrypt=false to jdbc url

What can users do?

users should ensure that the sqlserver enable tls,maybe need some config, so that client can connect to sqlserver with TLS

@Roiocam
Copy link
Member

Roiocam commented Apr 8, 2024

Closed with #126

@Roiocam Roiocam closed this as completed Apr 8, 2024
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

No branches or pull requests

3 participants