Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now

How to configure specific ciphers for the Qlik NPrinting License Service

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sebastian_Linser

How to configure specific ciphers for the Qlik NPrinting License Service

Last Update:

Mar 9, 2022 3:47:32 AM

Updated By:

Sonja_Bauernfeind

Created date:

Feb 16, 2022 7:50:34 AM

If a specific set of ciphers for the Qlik NPrinting License Service is required, there is the inbuilt possibility to configure those.

 

Environment

  • Qlik Nprinting Feb 2021 and newer

 

Resolution

Open the file C:\Program Files\NPrintingServer\NPrinting\License\license.config and at the end of the file keep only the cipher suites they want as in the example below:

<!--Add a custom comma-separated list of cipher suites as shown below-->
  <add key="cipher-suites" value="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" />

The available ciphers to configure are:

  • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA25
  • TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
  • TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
  • TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
  • TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
  • TLS_RSA_WITH_AES_128_GCM_SHA256
  • TLS_RSA_WITH_AES_256_GCM_SHA384
  • TLS_RSA_WITH_AES_128_CBC_SHA
  • TLS_RSA_WITH_AES_256_CBC_SHA
  • TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
  • TLS_RSA_WITH_3DES_EDE_CBC_SHA

 

For all the other services in Nprinting you can follow the help site:

Configuring preferred cipher suites for Qlik License Service in Qlik Sense Enterprise on Windows


Internal ID:

  • QB-9072
Version history
Last update:
‎2022-03-09 03:47 AM
Updated by: