MarkLogic MLCP 工具无法 运行 端口 8000 上的 SSL

MarkLogic MLCP tool fails to run SSL on port 8000

我可以打开 admin/QConsole GUI 并启用 SSL(安全套接字层)。但是 MLCP 在启用 SSL 的情况下无法在端口 8000 上 运行。我必须关闭 SSL 才能使 MLCP 工作。

如何设置 MLCP 以使用 SSL?

我目前使用的是 Marklogic 版本 8.0-7 和 mlcp-8.0-5。

对于第 9 版,MLCP 具有可用于启用 SSL 的选项:

Configuring mlcp to Use SSL

By default, mlcp does not connect to MarkLogic using SSL. Use one of the following options to specify that mlcp should connect via SSL:

mlcp Command
import
export
copy
Command Line Option
-ssl
-ssl
-input_ssl and/or -output_ssl
For more information
<a href="https://docs.marklogic.com/guide/mlcp/import#id_23879" rel="nofollow noreferrer">Import Command Line Options</a>
<a href="https://docs.marklogic.com/guide/mlcp/export#id_67189" rel="nofollow noreferrer">Export Command Line Options</a>
<a href="https://docs.marklogic.com/guide/mlcp/copy#id_81128" rel="nofollow noreferrer">Copy Command Line Options</a>

All these options accept a boolean argument value. As described in Command Line Summary, 'true' is assumed if you leave the argument off.