Share via

SSRS URL certificate renewal

Gaddam Abhishek Reddy 0 Reputation points
2025-06-23T17:39:41.2266667+00:00

The SQL Server certificate associated with the SSRS URLs will expire on June 26th. A replacement certificate has been installed on the SQL Server, but instructions are needed for correctly binding it to the SSRS URLs. Could you please advise whether the existing certificate should be removed before the new one is bound? Thanks in advance. Any suggestions are welcome

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Deepesh Dhake 80 Reputation points
    2026-05-27T18:43:14.1433333+00:00

    I'd suggest leaving the existing certificate in place rather than removing it first, keeping it in the certificate store gives you a quick rollback if anything goes wrong.

    Before you start, just confirm the new cert is in the Local Computer Personal store with its private key, the SSRS service account has read access to that key, and the Subject or SAN covers every hostname your SSRS URLs use. Backing up the SSRS encryption key beforehand is also a good habit.

    To swap, open Reporting Services Configuration Manager, go to Web Service URL then Advanced then edit the existing HTTPS Identity to point at the new certificate, and Apply. Then do the same on Web Portal URL Advanced. Test both URLs from a client machine afterward to confirm the new cert is being served.

    If anything looks off, simply point the binding back at the old cert, recovery only takes a minute since it's still in the store.

    Was this answer helpful?


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.