Previous Topic: DiscoveryAgentNext Topic: crypto


Communication

CA ControlMinder maintains the message queue server communication settings it uses under the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\ComputerAssociates\AccessControl\common\communication

The communication registry key contains the following registry entries:

certificate

Defines the certificate file for the SSL connection.

Limits: The full pathname to a file containing the certificate data.

Distribution_Server

Defines the Distribution Server URL. You can define more than one Distribution Server in a comma-separated list.

Example: tcp://ds.comp.com:7222, tcp://ds_dr.comp.com:7222

Default: none

endpoint_to_server_queue

Defines the name of the message queue that the endpoint uses to send information to CA ControlMinder Enterprise Management.

Default: ac_endpoint_to_server

server_to_endpoint_broadcast_queue

Defines the name of the message queue that CA ControlMinder Enterprise Management uses to broadcast messages to all endpoints.

Default: ac_server_to_endpoint_broadcast

server_to_endpoint_queue

Defines the name of the message queue that CA ControlMinder Enterprise Management uses to send messages to the endpoint.

Default: ac_server_to_endpoint

server_to_server_broadcast_queue

Defines the name of the message queue that the Enterprise Management Server uses to broadcast topics and authenticates using the reportserver user.

Default: ac_server_to_server_broadcast

server_to_server_local_queue

Defines the name of the queue on the CA ControlMinder Message Queue used by the Distribution Server to get information from the Enterprise Server.

Default: ac_server_to_server_local

server_to_server_queue

Defines the name of the message queue that the Enterprise Management Server uses to send messages and authenticate using the reportserver user.

Default: ac_server_to_server

ssl_custom

Specifies whether to use the host name verifier function.

Limits: 0, do not use the host name verifier function; 1, use the host name verifier function

Default: 0

ssl_hostname

Defines the SSL host name.

Default: none

ssl_identity

Defines the identity of the Report Agent.

Limits: The full pathname to a file containing the certificate data.

Default: none

ssl_issuer

Defines issuer certificates to the SSL connection.

Limits: The full pathname to a file containing the certificate data.

Default: none

ssl_key

Defines the Report Agent private key.

Limits: The full pathname to a file containing the private key.

Default: none

ssl_noverifyhost

Specifies whether to enable verification of the host certificate.

Limits: 0, disable host certificate verification; 1, enable host certificate verification

Default: 0

ssl_noverifyhostname

Specifies whether to enable verification of the host name.

Limits: 0, disable host name verification; 1, enable host name verification

Default: 0

ssl_trace

Specifies whether to enable SSL tracing.

Limits: 0, disable SSL tracing; 1, enable SSL tracing

Default: 0

ssl_trusted

Defines trusted certificates to the SSL connection.

Limits: The full pathname to a file containing the certificate data.

Default: none