SSRS Report Server Connection refused
Hello,
i have trouble with SSRS, when i try to connect on the local Server via http://localhost/reports or http://localhost/reportserver the connection is refused. On the machine there are SQL Server2022 and SSRS 2022 installed. I checked the services and the local firewall rules for http and https, everything seems fine.
Furthermore i tried to connect on 443 with a certificate but it is still refused.
Test-Netconnection -Computername localhost -Port 80 ends up with a TCPTestSucceeded false.
Moreover i checked the URLs registered in netsh. Everything seems fine there too.
Also i checked the logfiles, there is a Entry with ReportingServicesWMI!8160!7272!2025/01/23-16:27:55!N27User!I!Attempt to reconnect to RPC server failed with hr = 0x800706b3, but i don't know if this is my problem, because i didn't find anything when i google this error.
Do you have any idea what i can do to resolve this error?