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
.