Versions Compared

Key

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

...

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

To use SSL at the command line choose between:

  1.  export ECF_SSL=1                            # search for server.crt otherwise <host>.<port>.crt
  2. export ECF_SSL=<host>.<port> # Use server specific certificates <host>.<port>.***
  3. use --ssl                                                 # argument on ecflow_client/ecflow_server, same as option 1. Typically ssl server can be started with ecflow_start.sh -s\n"
  4. Client.enable_ssl()                            # for python client

...