You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2020/11/05 14:04:55 UTC

[GitHub] [systemds] Baunsgaard opened a new pull request #1093: SSL encrypted transfer of data federated

Baunsgaard opened a new pull request #1093:
URL: https://github.com/apache/systemds/pull/1093


   Using a self signed SSL certificate, the communication using Netty becomes encrypted.
   The initialization of the communication is not safe since anyone could construct a certificate on the server side (workers) and respond to the requests from the controller. But for an initial prototype it is fine.
   
   To allow all communication to be valid anyway, the certificate is self signed, and trusted at the beginning. It is fine since we know that it is generated specifically for the communication we want from the federated site. And allows for encrypted answers to the controller.


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

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



[GitHub] [systemds] Baunsgaard merged pull request #1093: [SYSTEMDS-2721] Add Federated SSL

Posted by GitBox <gi...@apache.org>.
Baunsgaard merged pull request #1093:
URL: https://github.com/apache/systemds/pull/1093


   


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

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



[GitHub] [systemds] Baunsgaard commented on pull request #1093: SSL encrypted transfer of data federated

Posted by GitBox <gi...@apache.org>.
Baunsgaard commented on pull request #1093:
URL: https://github.com/apache/systemds/pull/1093#issuecomment-723919758


   ![image](https://user-images.githubusercontent.com/9947148/98529583-16486900-227e-11eb-920a-dfecdfd04d1b.png)
   


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

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