Skip to main content
Tungsten Replicator

Removing TLS Encryption

Removing from an INI installation

To remove the TLS encryption from a running replicator:

  1. Update the INI file

    thl-ssl=false
    rmi-ssl=false
    rmi-authentication=false
  2. Run tpm update and restart the replicator

    shell> tpm update
    shell> replicator restart

Removing from a staging installation

Using the tpm update command, the general Continuent service encryption can be easily removed.

shell> tpm configure SERVICE \
--thl-ssl=false \
--rmi-ssl=false \
--rmi-authentication=false

Then perform an update and replace the entire release directory:

shell> tpm update --replace-release