tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
2 stars 4 forks source link

Secure exchanges via SSL/TLS #37

Open tomcucinotta opened 11 months ago

tomcucinotta commented 11 months ago

It might be good to support SSL/TLS in TCP-based communications between dw_client and dw_node, and among dw_node instances. For example, this might be supported through a 'https://x.y.w.z' syntax if using http-based communications, as per #10. Or, this might just be some additional option on the client command-line that prescribes use of SSL/TLS-based communications with some given parameters (certificate file(s), key file(s), required encryption algorithms, ...).