- Install SSL cert to IIS and enable SSL and required 128-bit.
- Open Reporting Services Configuratioin tool to configure the Report Server Virtual Directory.
- Select Require Secure Socket Layer (SSL) connection checkbox.
- Select level 3.
- Enter certificate name which is (usually) the DNS of the webserver.
- Click Apply.
- Using Notepad, edit RSReportServer.config and modify the UrlRoot to use "https:" and the full DNS (certificatename) of the webserver.
https://certificatename/reportservervirtualdirectoryname
Reference: http://msdn.microsoft.com/en-us/library/ms345223(SQL.90).aspx
No comments:
Post a Comment