SQL 2014 - When SSRS is installed on a server which is part of a domain, the SSRS install process creates two URL's, a "https" URL and the regular "http" URL. Has anyone else seen this scenario with SQL Server 2014? Why is the "http"s URL being created?
Note: When the https URL is being creates, the rsreportserver.conf parameter is set to 2. The SSRS http URL will not work.
<Add Key="SecureConnectionLevel" Value="2"/>
Thanks
Joe