Disabling SSL/TLS for OpsCenter and Agent communication - Package Installations
To disable SSL for package installations, modify the OpsCenter configuration file and restart OpsCenter.
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
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
Procedure
-
Open opscenterd.conf in an editor and set the
value of the use_ssl
option to
false
to disable SSL.sudo vi /etc/opscenter/opscenterd.conf
[agents] use_ssl = false
- Restart the OpsCenter daemon.
-
Reconfigure the DataStax Agents.
Tip: If you do not want to manually edit all of the node configuration files, follow the procedure to install DataStax Agents automatically.
- After opscenterd and all DataStax Agents have been configured and restarted, verify proper connection through the Agent Status tab.