Showing posts with label srs. Show all posts
Showing posts with label srs. Show all posts

Friday, 10 February 2012

Configure SSL after installing SQL Server 2000 Reporting Services?

How do you configure SRS to use SSL after you've installed it?First you must configure IIS with a certificate. Once that is done you need
to determine the level of SSL that you want RS to be configured for. You
can find out information for that here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsprog/htm/rsp_prog_soapapi_dev_2xiq.asp
Once you pick a level, just set the SecureConnectionLevel element in the
RSReportServer.config file and you should be up and running.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Patrik Ylén" <PatrikYln@.discussions.microsoft.com> wrote in message
news:2BFBCC2F-7115-4F9B-ACF4-7FB90E0D1B03@.microsoft.com...
> How do you configure SRS to use SSL after you've installed it?