SSRS Report Viewer page hosted on HTTPS site, accessing SSRS Report server without SSL
Posted
by user57555
on Stack Overflow
See other posts from Stack Overflow
or by user57555
Published on 2009-10-21T23:10:47Z
Indexed on
2010/05/15
7:04 UTC
Read the original article
Hit count: 858
I have a scenario where an asp.net page is using the SSRS reportviewer control to display a report. we recently updated the IIS server to use an SSL certificate and now the same application has a HTTPS URL.
Is it now, necessary to setup SSL certificate on the SSRS Report Server box as well?
Or, can the (HTTPS)web application continue to use the (HTTP) SSRS Report Server URL?
© Stack Overflow or respective owner