We are writing a deployment package to install SSRS 2012 on client servers. Some of them may have a certificate installed, but in all cases we do not want the installation to force the SSL (https) connection; we always want the non-SSL address to be accessible. I know the rsconfig file can be edited after deployment, but we would like the deployment and configuration to be 100% automated.
Is there a command-line switch or install-time configuration setting to tell the SSRS installation to not require the SSL connection, even if a certificate has been installed?
EDIT: After searching there doesn't seem to be a way to set this at install-time. Anyone have a way of changing the setting via code after installation?