In cases where the DVS is installed on a system behind the proxy, you can configure dvs_licenser.exe to connect to the licensing server over the proxy to activate or reactivate the license.
Steps to set proxy for dvs licenser:
- Run the Terminal with the admin rights.
- Go to the Tools folder with following command:
cd ‘C:\Program Files\Audinate\Dante Virtual Soundcard\Tools\’ - Then, enter the following command (instead of the “user”, “password” and “proxy” enter your specific proxy details):
set HTTPS_PROXY= http://user:password@proxy:8080/ dvs_licenser.exe - try to activate the license through dvs_licenser script with the command (make sure to enter your license instead of XXXXX-XXXXX…):
.\dvs_licenser.exe -a XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
To remove the proxy settings:
- run following command within the Terminal:
set HTTPS_PROXY=