Configuring mlcp to Use SSL
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
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 |
Command Line Option |
For more information |
|---|---|---|
import |
|
|
export |
|
|
copy |
|
All these options accept a boolean argument value. As described in Command Line Summary, true is assumed if you leave the argument off.
If you have disabled the default SSL protocol on your App Server, you must also use one of the following options to explicitly specify the SSL protocol that mlcp should use when connecting to MarkLogic:
mlcp Command |
Command Line Option |
For more information |
|---|---|---|
import |
|
|
export |
|
|
copy |
|
Note:
The above SSL protocol options are ignored in some cases when you use the SSL configuration technique describe in Using mlcp with Kerberos.