Versions Compared

Key

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

...

  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                                                 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

ecFlow expects the certificates to be in directory $HOME/.ecflowrc/ssl

...