Configuring HTTPS for specific clusters
Follow these steps when you want to enable HTTPS (disable HTTP) for a specific cluster.
Procedure
Manually add the following elements to the clusterConnector.xml file
on the multicluster
primary host. For example, to
enable HTTPS for cluster1:
<Cluster name="cluster1">
<Connector protocol="https" port="8443"/>
</Cluster>
Note that if you disable HTTP for all clusters, you can also manually change the global setting
as follows:
<Global>
<Connector protocol="https"/>
</Global>