Certificate import command when using a MID server with LDAPIssue The documentation correctly states that to be able to use secure connection when using a MID server and and for example an LDAP server, it is required to import the LDAP certificate on the MID server Here is the documentation link (currently Orlando): Add SSL certificates for the MID Server: Note: to check where the cacerts are located type > where javac (for Windows) > which javac (for OSX) Note: to verify that the certificates were successfully installed by typing: > keytool -v -list -keystore "C:\<path_to_MID_Server>\agent\lib\security\cacerts"ReleaseAnyCausePlease note that the command "import" is not deprecated and should be replaced by "importcert" as per the Oracle documentation -> Oracle Docs keytool ResolutionWhilst the deprecatd command may still work for some time, it is best practice to use the new command when importing a certificate from the command line on your MID server