show html report from SSRS in ASP.NET page that's HTTPS??http://forums.asp.net/t/1802046.aspx/1?show+html+report+from+SSRS+in+ASP+NET+page+that+s+HTTPS+Wed, 16 May 2012 17:28:23 -040018020464973503http://forums.asp.net/p/1802046/4973503.aspx/1?show+html+report+from+SSRS+in+ASP+NET+page+that+s+HTTPS+show html report from SSRS in ASP.NET page that's HTTPS?? <p></p> <p>&nbsp;I embed a HTML report I get from SSRS using the web service in an ASP.NET 3.5 page by setting a div tags innerHTML property to the text I get back from SSRS.</p> <p>&nbsp;This works like a charm, except when we added an SSL certificate to the site and it's now running only under HTTPS</p> <p>&nbsp;Now I get a mixed security warning from about half the browsers I've tried it on.</p> <p>&nbsp;looking at the HTML that is returned from SSRS there are a number of META tags at the top of the report and the couple that have URLs have HTTP in them. I tried a quick test and replaced those HTTP with HTTPS in the return report and the problem of the mixed content warning goes away.</p> <p>&nbsp;Is there a way to tell SSRS to generate the HTML report for showing in an HTTPS site? </p> <p>&nbsp;Or is hacking the returned HTML my only choice?</p> <p>thanks</p> <p>mike</p> <p></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> 2012-05-09T23:32:17-04:004975265http://forums.asp.net/p/1802046/4975265.aspx/1?Re+show+html+report+from+SSRS+in+ASP+NET+page+that+s+HTTPS+Re: show html report from SSRS in ASP.NET page that's HTTPS?? <p>you can use ssl configuration for ssrs</p> <p><a target="_blank" href="http://technet.microsoft.com/en-us/library/ms345223%28SQL.100%29.aspx">http://technet.microsoft.com/en-us/library/ms345223%28SQL.100%29.aspx</a></p> <p></p> <p><a target="_blank" href="http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx">http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx</a></p> 2012-05-10T18:38:11-04:004982939http://forums.asp.net/p/1802046/4982939.aspx/1?Re+show+html+report+from+SSRS+in+ASP+NET+page+that+s+HTTPS+Re: show html report from SSRS in ASP.NET page that's HTTPS?? <p>Its purely a browser thing mike, the alert you get from browser when u migrate it from http to https. There is no setting in SSRS to deal this.&nbsp;</p> <p>The latter idea of yours might just work out.&nbsp;</p> 2012-05-16T07:08:22-04:004984039http://forums.asp.net/p/1802046/4984039.aspx/1?Re+show+html+report+from+SSRS+in+ASP+NET+page+that+s+HTTPS+Re: show html report from SSRS in ASP.NET page that's HTTPS?? <p>hacking the URLs in the HTML report from SSRS worked</p> <p>&nbsp;</p> 2012-05-16T17:28:23-04:00