Skip to main content

Configuring the messaging service for simple authentication

If you want to disable TLS connections with client certificate authentication and use simple authentication, you must manually edit the configuration files.

Do the following:

  1. Stop the following services:
    • Qlik NPrinting Engine
    • Qlik NPrinting scheduler service
    • Qlik NPrinting web engine
    • Qlik NPrinting messaging service
  2. Edit each of the following files by adding the line <add key="use-rabbit-plain"/>:
    • \Program Files\NPrintingServer\NPrinting\Engine\engine.config
    • \Program Files\NPrintingServer\NPrinting\Scheduler\scheduler.config

    • \Program Files\NPrintingServer\NPrinting\WebEngine\webengine.config

  3. Open C:\ProgramData\NPrinting\RabbitMQ\advanced.config and search for the Authentication section.
    Information noteThe modifications needed to reconfigure rabbitMQ are listed in the file comments.
    1. Modify TCP listeners to enable plain connection on port 5672.

    2. Remove TLS listener on port 5672.

    3. Enable PLAIN and AMQPLAIN authentication mechanisms.

  4. Restart all services

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!