OpenSSL enables encrypted communication between the client and the server. For ecFlow, this can be used for user commands.

To enable this for ecflow 4, please ensure you build ecFlow with '-DENABLE_SSL'. You will need to ensure that open SSL is installed on your system.

This is enabled by default for ecflow 5 if the SSL libraries are found on the system.

ecflow_client --version # look for a string openssl
ecflow_server --version # look for a string openssl

In order to use OpenSSL, we need to set up some certificates. (These will be self-signed certificates, rather than a certificate authority).

The ecFlow client and server will look for the certificates in  $HOME/.ecflowrc/ssl directory.

ecFlow server expects the following files in : $HOME/.ecflowrc/ssl

ecFlow client expects the following files in: $HOME/.ecflowrc/ssl


The following steps, show you how to create these files: