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

[I] investigate upgrade for mssql jar [incubator-pekko-projection]

pjfanning opened a new issue, #117:
URL: https://github.com/apache/incubator-pekko-projection/issues/117

   relates to https://github.com/apache/incubator-pekko-persistence-jdbc/issues/113


-- 
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.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


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

Posted by "Roiocam (via GitHub)" <gi...@apache.org>.
Roiocam commented on issue #117:
URL: https://github.com/apache/pekko-projection/issues/117#issuecomment-2043012950

   Closed with #126


-- 
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


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

Posted by "Roiocam (via GitHub)" <gi...@apache.org>.
Roiocam closed issue #117: investigate upgrade for mssql jar
URL: https://github.com/apache/pekko-projection/issues/117


-- 
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


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

Posted by "laglangyue (via GitHub)" <gi...@apache.org>.
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