Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1515

Redirect SSRS Site from http to https without IIS [closed]

$
0
0

I am trying to setup a redirect on our SSRS server without using IIS. I need to go to the https version of the site anytime a user may use http so that http://{servername}/Reports/browse/ would redirect to https://{servername}/Reports/browse/. Our users have many saved links to various reports using the original setup of http so we would like to simply redirect those links to the https version without them having to make modifications to their saved links.

How can I setup a redirect for SSRS without using IIS?

Thanks,

I have tried updating the rsreportserver config file to set SecureConnectionLevel to 3.

<Add Key="SecureConnectionLevel" Value="3"/>

I also tried adding this to web.config file but that also did not appear to do what I am trying to do.

<add name="RSRedirect" type="RSRedirect.SslSwitchModule, RSRedirect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=06a567492fe7ae71"/>

When I made these changes I stopped and started the report server. In all situations if I specified in my browser http://{servername}/Reports/browse I went to the http version of the site and was not redirected to the https version.


Viewing all articles
Browse latest Browse all 1515

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>