BMC Application Diagnostics provides the following security levels for communication between Diagnostics Server and Diagnostics Agents.
- HTTP
All communication between components is done over HTTP. - HTTPS
All communication between components is done over encrypted HTTPS and all components are authenticated to one another.
Set the security level during installation of the components. You must set the same security level for all components: Diagnostics Server (Portal and Collector) and the Diagnostics Agent.
To change the Diagnostics Portal security level after installation
Click to see steps
- On the computer with the Diagnostics Portal installation, navigate to the portal.properties file, located in the following directory:
- (Windows) <InstallationDirectory>\portal\properties
- (Linux) <InstallationDirectory>/portal/properties
- Open the file and set the connection.security.level property to one of the following options:
- not_secured
InformationExample
connection.security.level=encrypted_authenticated
- Restart the Diagnostics Portal.
To change the Diagnostics Collector security level after installation
Click to see steps
- On the computer with the Diagnostics Collector installation, navigate to the collector.properties file, located in the following directory:
- (Windows) <InstallationDirectory>\collector\properties
- (Linux) <InstallationDirectory>/collector/properties
- Open the file and set the portal.connection.protocol property to one of the following options:
- If the Diagnostics Portal security level is not secured, set to http.
If the Diagnostics Portal security level is encrypted HTTPS, set to https.
InformationExample
portal.connection.protocol=https
- Set the portal.connection.port property to one of the following options:
- If the Diagnostics Portal security level is not secured, set to match the port used for Portal HTTP.
If the Diagnostics Portal security level is encrypted HTTPS, set to match the port used for Portal HTTPS.
InformationExample
portal.connection.port=8243
- Restart the Diagnostics Collector.
To change the Diagnostics Agent security level after installation
Click to see steps
- On the computer with the Diagnostics Agent installation, navigate to the appropriate file:
- BMC Application Diagnostics Agent for Java
- (Windows) <InstallationDirectory>\properties\portal.connection.properties
- (Linux) <InstallationDirectory>/properties/portal.connection.properties
- BMC Application Diagnostics Agent for .NET
- (Windows, only) <InstallationDirectory>\properties\agent.properties
- Open the file and set the portal.connection.protocol property to one of the following options:
- If the Diagnostics Portal security level is not secured, set to http.
If the Diagnostics Portal security level is encrypted HTTPS, set to https.
InformationExample
portal.connection.protocol=https
- Set the portal.connection.port property to one of the following options:
- If the Diagnostics Portal security level is not secured, set to match the port used for Portal HTTP.
If the Diagnostics Portal security level is encrypted HTTPS, set to match the port used for Portal HTTPS.
InformationExample
portal.connection.port=8243
- Restart the Diagnostics Agent.
Security
Securing-the-BMC-Application-Diagnostics-components