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.
rhousham
Jul 12, 2023Copper Contributor
Thanks for the response, I've forwarded your request to our systems team. For now we have reverted back and guess we might try the suggestion however don't want to cause more disruption.
Seems well, poor that we have a workaround that disables HTTP2 - isn't this something Microsoft test???
Seems well, poor that we have a workaround that disables HTTP2 - isn't this something Microsoft test???