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.
dulix
Sep 20, 2023Copper Contributor
Hi Rodsawhite
thank you for your post.
finally with these settings i get it running myself.
kind regards dulix