Webinar SeriesUnlocking Hidden Value with Software Asset Management
October 15, 2025
4PM CEST / 9AM CDT
Register Now
Webinar SeriesBenefits of License Usage Data in Your Organization
October 22, 2025
10AM CDT/11AM ET/5PM CEST
Register Now
Webinar SeriesIs It Time to Switch to User-Based Licensing?
Webinar SeriesIdle No More: Reclaiming and Reallocating Underused Licenses
Webinar SeriesGetting the Most from Open iT: Power Features You Might Be Missing
Webinar SeriesBenchmark Your Engineering License Usage: What’s Normal, and What’s Not?
Webinar SeriesFrom Data to Decisions: License Usage Analytics for Engineering Teams
Webinar SeriesPreparing for Cloud-Based and SaaS Licensing Models
Webinar SeriesFive Signs You Have a License Hoarder on Your Team
Webinar SeriesCentralized License Integration Management System (CLIMS): One Portal. Total License Control.
Webinar SeriesWhy The Smartest Product Teams Never Go to a Budget Meeting Empty-Handed
Webinar SeriesLicense Consolidation Strategy During Mergers & Acquisitions
Webinar SeriesDriving License Efficiency with ServiceNow® SAM Pro and Open iT
View Categories

How to How to Configure HTTPS in SSRS (SQL Server Reporting Services)

3 min read

Securing communication between users and the SQL Server Reporting Services (SSRS) web portal is essential for protecting sensitive data and maintaining trust in reporting environments. By default, SSRS uses HTTP, which transmits data in plain text and is vulnerable to interception. To enhance security, it’s highly recommended to configure SSRS to use HTTPS (HyperText Transfer Protocol Secure).

HTTPS encrypts data transferred between the client and the SSRS server using SSL/TLS certificates, ensuring confidentiality, integrity, and authenticity. This is especially important in enterprise environments where reports may contain sensitive financial, operational, or personal information.

This guide walks through the process of configuring HTTPS in SSRS, including:

  • Prerequisites and checking the SSL certificate
  • Binding the certificate to SSRS via the Reporting Services Configuration Manager
  • Verifying and testing the secure connection

Environment #

  • Windows
  • OpeniT Analysis Server
  • SSRS / Report Server Configuration Manager

Prerequisites #

  • You need a valid SSL certificate installed on the server.
  • This can be from a public CA (Certificate Authority), an internal CA, or self-signed.
  • The certificate must have a private key and the correct hostname in the Subject or SAN.
  • You must have admin rights on the server.

Checking the SSL Certificate #

Make sure the certificate is:

  • Installed in the Local Computer > Personal certificate store.
  • Has a private key (important!).
  • Trusted by clients accessing SSRS.

                How to check:
                Run certlm.msc and look under: Certificates (Local Computer) > Personal > Certificates

                NOTE: The certificate should also be in the “Trusted Root Certification Authorities”, in case you are using a self-signed certificate as it is not trusted by default.

Binding the certificate to SSRS via the Reporting Services Configuration Manager #

  1. Open Reporting Services Configuration Manager
    • Launch Reporting Services Configuration Manager
    • Connect to your SSRS instance
  2. Configure the Web Service URL (ReportServer)
    • Go to the Web Service URL tab.
    • In the HTTPS section, click Advanced
    • Under Multiple SSL Identities, click Add:
      • Choose the IP address (usually All Assigned)
      • Select the correct SSL certificate from the dropdown
      • Set the port (default is 443 or 8443)
    • Click OK and Apply
  3. Configure the Web Portal URL (Report Manager)
    • Go to the Web Portal URL tab
    • Same as above, click Advanced
    • Repeat the same steps to bind the SSL certificate

    • Click OK and Apply
  4. Restart the SSRS Service
    • Go to Report Server Status page and click Stop/Start or restart the SQL Server Reporting Services service from Windows Services.

Verifying and testing the secure connection #

  1. Test HTTPS Access
  2. Troubleshooting
    • If the cert doesn’t show up in the dropdown, it might:
      • Be in the wrong cert store
      • Be missing a private key
      • Have a name mismatch
    • Make sure firewall rules allow port 443 (or 8443)
    • Make sure that the credential used in the Database tab of the Report Server Configuration Manager has the appropriate rights.
    • Check SSRS logs (in C:\Program Files\Microsoft SQL Server\MSRS…\LogFiles) for errors

For assistance or further configuration support, please contact your Open iT support team.

For additional references, you may visit our Documentation page.

Scroll to Top

Let's talk

We’ll show you how your business can benefit from Open iT solutions.
Please note:
By submitting this form you are agreeing to receive additional communications from Open iT. Your information will be processed in accordance with our Privacy Notice.

Let's talk

We’ll show you how your business can benefit from Open iT solutions.
Please note:
By submitting this form you are agreeing to receive additional communications from Open iT. Your information will be processed in accordance with our Privacy Notice.