I stumbled upon an issue where SSRS was not HTTPS but could kept getting the following error:
The operation you are attempting requires a secure connection (https)
Here is what I did to fix the issue.
Update the RSReportServer.config file using the following steps:
- In Windows Explorer, locate the ReportServer directory. The following path is the default path of this directory: C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer
- Right-click RSReportServer.config, click Open With, click Notepad and then click OK.
- Locate the following Add Key entry: <Add Key="SecureConnectionLevel" Value="2"/>
- Change the Value setting from 2 to 0.