Versions Compared

Key

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

...

Code Block
languagebash
titleUse ECF_SSL environment variable to enable encrypted communication
export ECF_SSL=1
ecflow_server   # or use ecflow_start.sh -s
ecflow_client --stats


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

...