While I was troubleshooting a Software Updates (SU) issue (there’s a long story here that I will skip!) I ran into an access issue with my SQL Server Reporting Services’ (SSRS) site. I wondered, “Why can’t I access my SSRS site remotely?” This blog post will talk about how I solved this problem.
In my lab, I have both a CAS (central administration site) and a primary site. I do all of my administrative work from the CAS, including all reporting functions, so I don’t use the primary site at all for reporting. By the way, unless you have over 150,000 computers in your environment you really shouldn’t have a CAS, but that is a topic for another day…
On my workstation, I connected to the Reporting Point (RP) on the CAS, but I wasn’t getting the results I expected, so I tried connecting to the RP on my primary site. Instead of connecting to the RP, I received the following error message!
Using Remote Desktop (RDP) I connected to the SSRS server to see what was going on and to access the SSRS website. Everything looked great and worked as expected.
Given that I’ve answered several forum questions on this very topic, I then knew that network port 80 was being blocked by my SSRS server’s firewall. The simple fix is to open up network port 80 (TPC) in order to allow web traffic to the SSRS server.
Starting on the SSRS server, open Windows Firewall with Advanced Security.
Click on the Inbound Rules node, and then click on the New Rule… link.
In the New Inbound Rule Wizard window, on the Rule Type node, select the Port button and then click Next.
Continuing on to the Protocol and Ports node, ensure that TCP and Specific local ports are both selected. Enter 80 in the text box and then click Next.
On the Action node, ensure that Allow the connection is selected and then click Next.
Since this server will only ever be on a domain, and in keeping with the idea of least privileges possible, ensure that the firewall rule only applies to the domain profile. On the Profile node, deselect both Private and Public profiles, and then click Next.
On the Name node, enter HTTP (TCP) in the name field, and within the description field enter HTTP port for SSRS (TCP). Once this is completed click on the Finish button.
Back on my workstation, I refreshed the page in Internet Explorer (IE). The SSRS website displayed within the browser. Success!
If you have any questions about how to access your SSRS site remotely, please feel free to contact me @GarthMJ.
VERY
Helped me save so much time. Thank you!!!!
I appreciate the assistance here. I am stuck on a problem. We have opened up the firewall to allow port 443 and we have applied a cert on the SSRS. This works on the host itself but does not open on other machines on the same network. I get a TLS message regarding turning on TLS 1.0, 1.1, and 1.2 but they are already on. I am not sure what else to check now?
Have you forced TLS 1.2 to be used on BOTH the SSRS server and the computer accessing SSRS?
Would this work the same on a home network? I followed the instructions, but don’t know what domain means? Basically I have one laptop running Ssrs and Sql and want to access the web portal from another computer on the same network (home internet network WiFi). Not sure if that is the same. I tried domain and private options but still no luck.
Yes, it would work the same on a home network.
I was able to follow and set up the port. However, this is still not working for me. I am able to access the report locally (on the server). We use OpenVPN to access the server using management studio. I can access the server using SSMS, but the reporting site is not working. Do you think OpenVPN is not routing the SSRS site?
It could be, you will need to confirm that. I wouold also doublecheck that the firewall is open correctly, by RDPing to to another Server and trying to connect remotely to your SSRS server.