Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

i- Launch chrome://flags/#block-insecure-private-network-requests on Chrome
ii- Look for the option "Block insecure private network requests." and disable the option.
iii- Relaunch Chrome
iv- Access BQ Platform and try Recording/Local Execution.

Please note, with the recent Chrome updates, if you are unable to locate the flag named Block insecure private network requests on chrome://flags/#block-insecure-private-network-requests, follow the below steps :

i- Launch chrome://flags/#allow-insecure-localhost on Chrome
ii- Look for the option "Allow invalid certificates for resources loaded from localhost." and enable the option.

...

iii- Relaunch Chrome
iv- Access BQ Platform and try Recording/Local Execution.

 

If the error still appears even after following the above steps, follow the below step:

In Windows command prompt run the below command (as per the folders in Registry Editor on your machine) and restart chrome/machine.

reg add HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome /t REG_DWORD /v InsecurePrivateNetworkRequestsAllowed /d 1 /f

or

reg add HKEY_CURRENT_USER\SOFTWARE\Google\Chrome /t REG_DWORD /v InsecurePrivateNetworkRequestsAllowed /d 1 /f

...