To get direct browser access to the Core API and Studio Bus for the fastest communication possible in the VRA suite, you are required to install SSL certificates to make sure the browser trusts the custom Core API.
Local Certificate Bundle
Download Bundle
assets.visualradio.cloud
https://assets.visualradio.cloud/local-apps/configuration/vra-local-cert-bundle.zip
Install CA and Server Core certificates on your machine
Add VRA Server Core to your hosts file
On your Core Machine, follow the steps for your OS:
Mac OS
bashsudo echo '127.0.0.1 core.vra.local' >> /etc/hosts # optional sudo echo '127.0.0.1 {studio_name}.core.vra.local' >> /etc/hosts
Windows
bash# Open your Hosts file # WIN + R > %systemroot%/system32/drivers/etc # File > Open Powershell|CMD as Administrator #. Type "notepad hosts" + ENTER # Add following lines and save 127.0.0.1 core.vra.local # optional 127.0.0.1 {studio_name}.core.vra.local
(replace
{studio_name}
with your studio name)Go to your Core Settings and adjust the Host to the configured host above.