April 14, 2010 at 2:12 am
Hi,
We have sql server 2005 with SP1 and the reporting services is configured with SSL(since I can see that from our main application to call reportserver we are using https://servername/reportserver)
If Reporing services is configured with SSL, then we should see,
Add Key="SecureConnectionLevel" Value="2 or 3"/> in rsreportserver.config right? But I did not see and the value set 0
and <UrlRoot>https://servername.abc.com/reportserver</UrlRoot>.
But I'm seeing this as <UrlRoot>http://servername.abc.com/reportserver</UrlRoot>
But I can see <UrlRoot>https://servername.abc.com/reportserver</UrlRoot> in RSWebApplication.config as below:
<Configuration>
<UI>
<CustomAuthenticationUI>
<loginUrl>/Pages/UILogon.aspx</loginUrl>
<UseSSL>True</UseSSL>
</CustomAuthenticationUI>
<ReportServerUrl>https://servername.abc.com/reportserver</ReportServerUrl>
</UI>
Please advice me..Is my reporting services configured with SSL? If yes, why we did NOT have required changes in rsreportserver.config??
April 14, 2010 at 12:27 pm
I appreciate if anybody have some inputs on this
thanks
April 14, 2010 at 12:45 pm
I don't have 2005 on my machine anymore so I am trying to answer using the 2008 RS Config Manager.
On the Web Service URL page what does it say?
On the Report Manager URL page what does it say?
You should be able to tell from those whether you are using SSL or not. It is possible you are using it for one and not the other..
CEWII
April 14, 2010 at 2:45 pm
Please see the attachment for the reporting services configuration manager tool that I can see. And I also browses the Reportserver from IIS which is asking me to enter https://
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply