Licensing service proxy Setup
You can handle the communication between the Qlik NPrinting licensing service and the license back-end with a proxy .
The Qlik NPrinting licensing service is included in Qlik NPrinting
In a Qlik NPrinting multi-node deployment, the Qlik NPrinting licensing service is installed on every node. You can manage the status of the Qlik NPrinting licensing service by starting and stopping the Qlik NPrinting service dispatcher, listed in the list of services running in the
With Qlik NPrinting
In Qlik NPrinting, configuration of a proxy for the Qlik NPrinting licensing service is done using command line parameters. Both HTTP and HTTPS scheme are supported.
Do the following:
- Navigate to the service.conf file, which by default is located in:
- Locate the following line and uncomment it:
- Modify the value attribute to the proxy address <add key="proxy-uri" value="https://example.com:8080" /> .
- Save the file and close.
- Restart the Qlik NPrinting licensing service.
%Program Files%\NPrintingServer\NPrinting\License\license.config
<!-- <add key="proxy-uri" value="https://localhost:8888" /> -->