You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "laglangyue (via GitHub)" <gi...@apache.org> on 2024/03/23 07:12:16 UTC

Re: [I] investigate upgrade for mssql jar [pekko-projection]

laglangyue commented on issue #117:
URL: https://github.com/apache/pekko-projection/issues/117#issuecomment-2016390326

   I search the changes in mssql release
   https://github.com/microsoft/mssql-jdbc/releases?q=encrypt&expanded=true
   look at this picture. 
   ![image](https://github.com/apache/pekko-projection/assets/35491928/3e693b8c-7de8-4fec-a239-da6a2e700634)
   
   ## 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org