Starting from V9.5.6, the relay diagnostics page is disabled by default and can be protected by a password when enabled.
To enable the relay diagnostics page, you need to set the client setting _BESRelay_Diagnostics_Enable to a value of 1 on the relay computer. You can do this using the BigFix Console, the registry editor, or a custom fixlet or task.
To protect the relay diagnostics page with a password, you need to assign a value to the _BESRelay_Diagnostics_Password client setting on the relay computer. You can do this using the same methods as above.
After setting the _BESRelay_Diagnostics_Password, the URL to the relay diagnostics page must use the https protocol instead of http, otherwise the browser will show the “403 forbidden” error and the relay diagnostics page will not display.
To access the relay diagnostics page, open a browser and type in the address field: https:// :52311/rd or https:// :52311/RelayDiagnostics, where is the address of the workstation where the relay that you want to check is installed. You will be prompted to enter the password that you set for the _BESRelay_Diagnostics_Password client setting.
On the relay diagnostics page, you can gather information about your environment settings, relay status, console user authorization, site gathering, and client registration. References:
Relay and Server diagnostics
How can I enable _BESRelay_Diagnostics_Enable" = “1”
Relay diagnostics
Submit