HTTPS URL is enabled by default during installation

During a new server installation, the following server properties in the trc.properties file are set to true by default:
enforce.secure.web.access
Forces all access to the web application to use HTTPS.
enforce.secure.weblogon
Forces all logons through the web portal to use HTTPS.
Note: Any attempt to access the logon page through HTTP is redirected to HTTPS, unless the HTTP port is disabled.
enforce.secure.alllogon
Forces logons through the server services interface to use HTTPS. For example, the BigFix® Remote Control Server CLI options.

To enable HTTP access, the properties can be modified after the installation is complete.

A new option in the server installer, Force targets to use https, is selected by default at installation time but you can clear the check box.

When the Force targets to use https check box is selected, the url property in the trc.properties file is set to use HTTPS

url=[HTTPS address]

Where [HTTPS address] is the server IP address that is used for HTTPS access.

This action forces the targets to always use HTTPS when they contact the server regardless of the value of enforce.secure.endpoint.callhome and enforce.secure.endpoint.upload in trc.properties.

When you clear the Force targets to use https check box, the following value is set for the url property:

url=[regular HTTP address].

Where [regular HTTP address] is the server IP address that is used for HTTP access.