Besides disabling HTTP/2 in the site binding of https, you can also try disabling it in the registry:
- Start > Run and type regedit in the displayed box.
- Navigate to the folder/path:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters - Under the Parameters folder, right-click in the right side pane, select New > DWORD (32-bit) value. Specify the value name as
EnableHttp2Tlsand set its value data to 0 (zero). - Repeat that to add another value named
EnableHttp2Cleartextand its value data to 0. - Restart the machine.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.