Disabling SSL/TLS for OpsCenter and Agent communication - Tarball Installations
To disable SSL for tarball installations, modify the OpsCenter configuration file and restart OpsCenter.
address.yaml
The location of the address.yaml file depends on the type of installation:- Package installations: /var/lib/datastax-agent/conf/address.yaml
- Tarball installations: install_location/conf/address.yaml
opscenterd.conf
The location of the opscenterd.conf file depends on the type of installation:- Package installations: /etc/opscenter/opscenterd.conf
- Tarball installations: install_location/conf/opscenterd.conf
Procedure
-
Open opscenterd.conf in an editor and add the
following lines to disable SSL.
vi install_location/conf/opscenterd.conf
[agents] use_ssl = false
- Restart the OpsCenter daemon.
-
Reconfigure the agents.
Tip: If you do not want to manually edit all of the node configuration files, follow the installing DataStax agents automatically procedure.
- After opscenterd and all agents have been configured and restarted, verify proper agent connection through the Agent Status tab.