To disable SSL for package installations, modify the OpsCenter configuration file and
restart OpsCenter.
By default SSL is turned off in OpsCenter. Perform this task if you have configured
the agents on a cluster to use SSL previously and now need to turn SSL off.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 in an editor and add the
following to disable SSL.
sudo vi /etc/opscenter/opscenterd.conf
[agents]
use_ssl = false
-
Restart the OpsCenter daemon.
-
Reconfigure the agents.
-
Log into each node in the cluster using ssh.
ssh user@node
Where
node is either the host name of the node or its
IP address and
user is the user ID on the
node.
-
Edit the file, changing
the value of use_ssl to
0
.
sudo vi /var/lib/opscenter/address.yaml
use_ssl: 0
-
Restart the agent.
sudo service datastax-agent restart
-
After opscenterd and all agents have been configured and
restarted, verify proper agent connection through the Agent Status
tab.