Hi,
I've got a perfectly working SSRS 2014 instance. Reports are working and the only problem is the URL is in HTTPS. My application accessing the reports cannot do so over HTTPS.
While I have the HTTPS bindings in place accessing this (which the application does)
http://newserver:80/ReportServer_SERVICEMANAGER/ReportService2005.asmx
doesn't work due to the "site requiring a HTTPS" connection. Simply editing that URL to https and port 443 doesn't help and that doesn't open up in in Internet Explorer.
Regardless if I delete the HTTPS URLs in Reporting Services Configuration Manager or not, the HTTP Web Service and Report manager URLs don't work. But if I delete the HTTPS bindings then my application can access the ReportService2005.asmx but because the
reports don't work on the actual web service URL, that doesn't help.
How can I get the HTTP URLs to work?