[Company Logo Image] 

Home Up Contents Coffee Break Credits Glossary Links Search

 
How to disable SSL on Reporting Services

 

 

Home
Analysis Services
Azure
CLR Integration
High Availability
Open Source
Security
SQL Server 2008
SQL Server 2012
SQL Server 2014
SQL Server 2016
SQL Server 2017
SQL Server 2019
Tips
Troubleshooting
Tuning

How to Disable SSL on SQL Server 2005 Reporting Services


Applies to: Microsoft SQL Server 2005


Please follow the steps below to disable SSL (Secure Sockets Layer) on SQL Server 2005 Reporting Services:


1. Open the rsreportserver.config file \Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer with notepad.






2. Locate the SecureConnectionLevel property and set its value to "0".








3. Locate the element "UrlRoot" and update it replacing https:// with http://.









4. Save the changes to the rsreportserver.config file and close it.


5. Open the RSWebApplication.config file at \Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportManager.





6. Locate the element "ReportServerUrl" and update it replacing https:// with http://.









7. Save the changes to the RSWebApplication.config file and close it.

8. Stop and restart IIS.


 

 

.Send mail to webmaster@sqlcoffee.com with questions or comments about this web site.