Removing TLS Encryption
Removing from an INI installation
To remove the TLS encryption from a running cluster:
Put the cluster into MAINTENANCE mode
Update the INI file
thl-ssl=falsermi-ssl=falsermi-authentication=falseRun
tpmupdate and restart the manager and replicatorshell> tpm updateshell> manager restartshell> replicator restartCheck the cluster through
cctrlCycle through the connectors and restart them
shell> connector restartPut 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