QlikSense CyberSecurity : Configuring preferred Cipher Suites

2024-02-26 02:20

本文主要是介绍QlikSense CyberSecurity : Configuring preferred Cipher Suites,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

You can rank the preferred cipher suites that Qlik License Service uses to encrypt and decrypt the signed key license.您可以对Qlik许可证服务用于加密和解密签名密钥许可证的首选密码套件进行排序。

The Qlik License Service is included in Qlik Sense Enterprise on Windows February 2020 and in later releases.Qlik许可服务包含在Windows 2020年2月和以后的版本中。

The Qlik License Service uses Mutual TLS Authentication (mTLS) to ensure requests coming from both the server and client are trusted.Qlik许可服务使用互TLS身份验证(mTLS)来确保来自服务器和客户端的请求都是可信的。

The Qlik License Service listens on port 9200. Qlik许可服务监听端口9200。

Information note : TLS 1.2 is supported since June 2017.

The following list shows the supported cipher suites:

以下列表显示了支持的密码套件:

  • 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

To configure the preferred cipher suites for the Qlik License Service, do the following: 

要为Qlik许可证服务配置首选密码套件,请执行以下操作:

  1. Open the service.conf file.
    The default path is %Program Files%\Qlik\Sense\ServiceDispatcher\service.conf.
  2. Go to the following section:

    [licenses.parameters]
    -qsefw-mode
    -app-settings="..\Licenses\appsettings.json"

  3. Add a comma-separated list of ciphers to his section, as shown below:

    [licenses.parameters]
    -qsefw-mode
    -cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
    -app-settings="..\Licenses\appsettings.json"

  4. Save the file and close.
  5. Restart the Qlik Sense Service Dispatcher, which handles execution of the Qlik License Service.
  6. If you have a multi-node environment, repeat the steps above for each node.

这篇关于QlikSense CyberSecurity : Configuring preferred Cipher Suites的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/747446

相关文章

第八届湘潭大学程序设计比赛 Problem C Cipher Lock

Cipher Lock Accepted : 33 Submit : 130Time Limit : 2500 MS Memory Limit : 65536 KB  题目描述 守护着神秘宝藏One Piece的是一把非常神秘的密码锁,这个密码锁有n排滚轮,每个滚轮有m个格子,刻着0,1两种数字。作为一把神秘的密码锁,开锁的方式却非常的简单,只要向左或向右转动滚轮使某一列的数字全

OC的DES加密,使与java的Cipher类用DES/CBC/PKCS5Padding方式的加密结果相同

问题说明: 最近用到DES加密,并且要与java的Cipher类加密的结果保持一致。没研究过java的Cliper,但工作中Cipher根据DES/CBC/PKCS5Padding加密方式生成了一个字符串。比较后发现,此字符串与将OC加密生成的NSData直接用字符串格式化([NSString stringWithFormat:@"%@",data])相同。所以就先这么用了。 代码如下:

JS:Caesars Cipher(凯撒密码)

Caesars Cipher 凯撒密码 (让上帝的归上帝,凯撒的归凯撒) 下面我们来介绍风靡全球的凯撒密码Caesar cipher,又叫移位密码。 移位密码也就是密码中的字母会按照指定的数量来做移位。 一个常见的案例就是ROT13密码,字母会移位13个位置。由’A’ ↔ ‘N’, ‘B’ ↔ ‘O’,以此类推。 写一个ROT13函数,实现输入加密字符串,输出解密字符串。 所有的字母都

鸿蒙开发接口安全:【@system.cipher (加密算法)】

加密算法  说明: 本模块首批接口从API version 3开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 导入模块 import cipher from '@system.cipher' cipher.rsa rsa(Object): void RSA 算法加解密。 系统能力:  SystemCapability.Security.Cipher 参数:

Automatic Preferred Max Layout Width is not available on

在Xcode6下开发时,使用autolayout的xib出现警告:Automatic Preferred Max Layout Width is not available on iOS versions prior to 8.0 原因:xcode6下默认开启自动设置UILabel的 preferredMaxLayoutWidth  的属性,而自动的特性只支持iOS8,故导致这个警

为监听器设置口令权限---Configuring Password Authentication for the Listener

文档地址:http://docs.oracle.com/cd/B19306_01/network.102/b14212/listenercfg.htm#i490255   Configuring Password Authentication for the Listener Note: If you are administering the listener remotely over a

Configuring incomplete, errors occurred!

(问题)主要报错: -- Configuring incomplete, errors occurred! CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage Build command failed

[ERROR] [MY-011268] 、[ERROR] [MY-010175][Server] Configuring persisted options failed

持久化修改log_error_services='log_filter_internal; log_sink_internal; log_sink_json’之后,卸载了"log_sink_json"组件,重启MySQL报错: [root@chengyu ~]# systemctl start mysqld8Job for mysqld8.service failed because th

call to undefined function openssl cipher iv length() 报错 PHP7开启OpenSSL扩展失败 阿星小栈...

在安装laravel5.5后, 访问显示报错。 call to undefined function openssl cipher iv length() 经查为php7.1的OpenSSL扩展加载失败导致 恢复方法  检查http.conf   LoadModule ssl_module modules/mod_ssl.sophp.ini开启extension=php_open

ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value

新建用户: insert into mysql.user(user,host,password) values("test","%",password("test")); 出现以下提示: ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 解决办法: 找到安装目录中的mysql.ini 修改 sq