Integrating PHP Web App with SSRS

Vijay Raghavan 0 Reputation points
2025-06-13T08:55:11.1966667+00:00

Hi. I’m new to the SSRS Reporting Service. I’m on Windows Server 2022 and SQL Server 2019.. I have configured the Report Server Configuration Manager and in Web Service URL tab it shows an URL http://SEVRERNAME/ReportServer. When I hit the URL it asks for credentials first and I entered my Windows login credentials and it listed folders in there.

The problem I have is I have a PHP application hosted on IIS and I have a SSL certificate for my application. My application URL looks like https://custom.___domain.net and I have SSL cert for *.___domain.net Whereas I don’t have SSL cert for http://SERVERNAME/ReportServer. So I’m not able to hit the Report Server through HTTPS.

The task is to embed the Report Server in my PHP application. Tried the HTTP URL of Report Server and it throws errors in CSP. Added http://SERVERNAME in my CSP and now I have error for iframe stating that is a mixed content i.e Application is in https and it sends request to http.

What would be the proper solution for this? Should I get a SSL cert for SERVERNAME or is there any workaround for this? Please advise. Thanks in advance!

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,054 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.