Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In ecflow 5.0.1 the default is to allow both to be used, providing the openssl open ssl libraries were found.

Hence we can decide at run time.

Code Block
languagebash
titleUse ECF_SSL environment variable to enable encrypted communication
export ECF_SSL=1
ecflow_server
ecflow_client --stats
ecflow_server


Code Block
languagebash
titleUse --ssl to enable encrypted communication
ecflow_server --ssl
ecflow_client --ssl --stats
ecflow_server --ssl


Additionally ecFlow_ui will be changed , so that the add server dialog, will now prompt the user to signify a SSL enabled server.