I'm trying to connect to reporting services with an http connection and I'm getting the error
Message="System.Web.Services.Protocols.SoapException: The operation you are attempting requires a secure connection (HTTPS). ---> Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires
a secure connection (HTTPS). at ..."
How can I disable the secure connection requirement?
From your description, it seems that you have set your connection as secure connections.
Reporting Services can be configured to use secure connections. In this case, an HTTPS connection is enforced at the SOAP API level. This error occurs when the
server is configured to use a secure connection, and a call is made to the report server over a standard HTTP connection.
You can open the Reporting Service Configuration Manager, open the Report Server Virtual Directory tab, you can see a checkbox which used to enable or disable the
Secure Socket Layer connections.
George_12345
0 Points
2 Posts
Disable secure connection to Reporting Services in SQLServer 2008
Sep 25, 2008 06:08 PM|LINK
I'm trying to connect to reporting services with an http connection and I'm getting the error
Message="System.Web.Services.Protocols.SoapException: The operation you are attempting requires a secure connection (HTTPS). ---> Microsoft.ReportingServices.Diagnostics.Utilities.SecureConnectionRequiredException: The operation you are attempting requires a secure connection (HTTPS). at ..."
How can I disable the secure connection requirement?
Nai-Dong Jin...
All-Star
41630 Points
3558 Posts
Re: Disable secure connection to Reporting Services in SQLServer 2008
Oct 01, 2008 03:02 AM|LINK
Hi,
From your description, it seems that you have set your connection as secure connections.
Reporting Services can be configured to use secure connections. In this case, an HTTPS connection is enforced at the SOAP API level. This error occurs when the server is configured to use a secure connection, and a call is made to the report server over a standard HTTP connection.
You can open the Reporting Service Configuration Manager, open the Report Server Virtual Directory tab, you can see a checkbox which used to enable or disable the Secure Socket Layer connections.
Thanks.
George_12345
0 Points
2 Posts
Re: Disable secure connection to Reporting Services in SQLServer 2008
Oct 01, 2008 11:53 AM|LINK
2008 does not have a tab "Report Server Virtual Directory". It has "Web Service URL", but there is no checkbox for SSL.
Thanks