EC1372

1 minute readReference

Synopsis

ERROR EC1372: Invalid --emake-cm-security option value: "value". Valid values are "none", "relaxed", and "strict".

Description

The value given for the --emake-cm-security option is not valid. Please specify one of the following values:

  • none: use http to connect to the Cluster Manager, with no transport layer security.

  • relaxed: use https to connect and verify the hostname in the server certificate, but accept self-signed certificates. relaxed is the default setting.

  • strict: use https to connect, verify the hostname and reject self-signed certificates. Using strict requires the use of --emake-cm-cacert and --emake-cm-keystore.

Reasons

The value specified is not valid.

Fixes

Change the value of the --emake-cm-security option to either "none", "relaxed" or "strict".