Forum Discussion
dulix
Mar 07, 2023Copper Contributor
Open reportserver webservice URL with https leads to an ERR_HTTP2_PROTOCOL_ERROR
We have installed on a Windows Server 2022 the latest version of PowerBI Reporting Server. We have bound a wild card certificate to the PBRS webservice and PBRS portal site. We have also added the FQ...
Rodsawhite
Jul 12, 2023Copper Contributor
Hi dulix ,
After some time spent with Microsoft support we may have a workaround:
Disable HTTP2 on the server:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters
EnableHttp2Cleartext DWORD = 0
EnableHttp2Tls DWORD = 0
Restart the server after adding these in and report back.
GregTz
Jun 28, 2024Copper Contributor
Rodsawhite Came looking for answers here and voila! Thank you sir! Extra annoying is the fact that SSRS doesn't register anything wrong in the logs which makes trying to find an explanation a pain!