Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had added a reference for the SSRS web service in ASP.NET Web Application (C#, .NET v4.5) and tried to generate a report using the ReportExecution service via https protocol. But it throws an exception with the the below error message. Server has a valid SSL certificate installed. So server do not have issue with the certificate. I had googled it and found nothing useful.

Error Message: The request was aborted: Could not create SSL/TLS secure channel

Background:
1. Accessing the url in browser render the page properly without any certificate error. Also tried installing the certificate from the browser.
2. This application is hosted in IIS 7.5, Windows Server 2008 R2.
3. Using the report viewer control also throws the same exception.

Thank you in advance!!
Posted
Comments
shijuse 16-Sep-14 3:18am    
Hi,
May be its have some permission issue
Ref:http://www.codeproject.com/Articles/39046/A-Wrapper-for-Running-SQL-Server-2008-Reporting-Se

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900