A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi Shahzeena ,
Welcome to Microsoft Q&A Forum!
You can check for these steps for troubleshooting-
- Check current bindings
Run : netsh http show sslcert
If nothing is listed for 0.0.0.0:443 or your IP:443, then HTTP.sys is not listening. - Verify SSRS URL reservations
In RSReportServer.config, confirm URLs match the SAN names. - Finally, restart SSRS service after binding.
Additionally, try going through this link to troubleshoot the issue.
https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/www-authentication-authorization/troubleshooting-ssl-related-issues-server-certificate
Hope this helps!
Thank You