Nov 30 2021 02:17 PM
Hi all. I'm working on troubleshooting an Azure Web App that is making an https call to an SSRS server located on an Azure VM. This web app works when making an http call to the SSRS server but never when making an https call. If you open up the Azure web app debug console, a powershell tnc command to port 80 and 443 of the SSRS server are successful. SSRS is https enabled and it works when using a browser. I've had a wildcard ssl certificate from Digicert in the SSRS config. That https configuration was set up for a different FQDN than the SSRS server's FQDN. No success from the web app but success using https from a browser. After that, I tried a different ssl certificate from our organization's internal Certificate Authority that matched the SSRS server name and https calls didn't work from the web app. I looked at log files from the web app and that didn't provide the answer to why it wasn't working. The one thing that i saw was that the SSRS server never logged any information in the ReportServerHTTP log file when the web app made the https call. The web app uses the ReportExecutionService using reportviewer.aspx to access the SSRS server. Anyone have any success accessing SSRS using https from an Azure web app?
Any feedback appreciated.
Dec 14 2021 09:11 AM
SolutionDec 14 2021 09:11 AM
Solution