I know how to add an SSL cert to SSRS 2008. Is there a way to force SSRS to use SSL (port 443) exclusively? Right now it will respond to both encrypted and unencrypted requests.

IIS has the Require Secure Channel option. Does SSRS have the same?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

The corresponding setting in SSRS seems to be SecureConnectionLevel=3 in RSReportServer.config (http://forums.asp.net/p/1299521/2767061.aspx; http://technet.microsoft.com/en-us/library/ms157273.aspx).

Another thing to try is to remove the http-addresses in Reporting Services Configuration Manager, under Web Service URL and Report Manager URL. But I have not tried this myself.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.