Skip to main content
Tungsten Clustering

Removing TLS Encryption

Removing from an INI installation

To remove the TLS encryption from a running cluster:

  1. Put the cluster into MAINTENANCE mode

  2. Update the INI file

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

    shell> tpm update
    shell> manager restart
    shell> replicator restart
  4. Check the cluster through cctrl

  5. Cycle through the connectors and restart them

    shell> connector restart
  6. Put the cluster into AUTOMATIC mode

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