reporting-servicesssrs-2019

SSRS 2019 does not render images on https url in html5 format


Hy everyone, i have some ssrs-server on version 2017 and some ssrs-server on version 2019. All server provides the same ssrs-reports, just for different customers. On the ssrs 2017 all works fine.

But on the ssrs-server 2019 i have the problem, the embeded images wan't be displayed. I actually use the version 15.0.1102.911 of ssrs. I allready found this article, it sounds like my problem: https://www.recastsoftware.com/resources/dashboards-and-missing-image-box-in-ssrs-2019/ but unfortunally it does not solve my problem.

When i analyze the url "behind" the image, i got a http url, not a https.

I use the option "rc:Toolbar=false" in the url. so the report will be rendered as a HTML5 report. When i change this option to "rc:Toolbar=true", the report will be rendered as a RPL report and all images will be displayed as expected and the image-url is a https-url.

Does anyone have any idea what the problem could be?


Solution

  • In the SSRS configuration, the http entry had to be removed under Webservice-URL, then SSRS automatically loaded the images via the https path and all is well.