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: [email protected]
