Proxy server configuration

When the Windocks service starts, it verifies the license key (stored in windocks\key.txt) with the Windocks license key server using an https request.

To configure Windocks to use a proxy server for these https requests:

  1. Open the file windocks\node.conf
  2. Add the line:
    LPRO=”http://put.your.proxy.here:yourport”
  3. Save the file
  4. Restart the Windocks service

For more information, see the official Microsoft SQL Server documentation. See also getting started with Windocks in the LangGrant documentation.