SSRS 2008 + SSL Displays 404 Not Found

I have SQL Reporting Services configured to use a secure certificate, and when I visit both reports and ReportManager, I get a 404 error not found.

Reporting service logs do not contain error information.

I don’t understand where to start diagnosing this problem, especially if SSRS does not use IIS.

I created an SSL binding using Reporting Services Configuration Manager;

What can I check to make this work?


Further; I also have an IIS site that uses the same secure certificate. I found that if I stop the IIS site, then the reporting services will work. I need both to work - does this mean that reporting services must have their own secure certificate?

+3
source share
2 answers

I had the same issue and had to designate a different port for SSRS to use SSL. It can use the same server certificate, but must be on a different port than that used for SSL in IIS. Change the port for SSRS to something other than 443. You will need to change the URL of the web service and report manager in SSRS Config. Monsignor.

+2

, .

0

Source: https://habr.com/ru/post/1740751/


All Articles