TLS Security Configuration
HCL Local License Server (LLS) supports secure SSL communication over TLS 1.3 protocol and provides backward compatibility for TLS 1.2 protocol. Making changes to the TLS Security Configuration is optional and can be done either before or after LLS is installed. By default, LLS runs in SECURED mode. FQDN (Fully Qualified Domain Name) validation is recommended when generating or using certificates to avoid connectivity issues between LLS and clients.
Before you begin
-
You have downloaded the installer package. See Downloading the Installer Package.
-
Ensure that the FQDN (Fully Qualified Domain Name) of the host machine is configured correctly. This FQDN must match the Common Name (CN) in the TLS certificate to avoid connectivity issues between the server and clients.
About this task
LLS supports SSL communication to happen over TLS 1.3 and TLS 1.2 for backward compatibility.
By default, LLS runs in SECURED mode, where it allows SSL communication over TLS 1.2 protocol using strong cipher suites only, and also supports TLS 1.3 connections.
Version 5.3 applies stricter FQDN validation and improved default security settings when a certificate is generated.
TLS Configuration Modes
| Mode | Description |
|---|---|
| BASIC | Allows SSL communication over TLS 1.2 with all cipher suites and also supports TLS 1.3 protocol connections. This setting is not recommended for modern environments but can be used for legacy systems requiring broader cipher support. |
| SECURED (Default) | Allows SSL communication over TLS 1.2 protocol with strong cipher suites only, and also supports TLS 1.3 connections. |
| MODERN | Allows SSL communication over TLS 1.3 only, with automatic cipher selection for maximum security. |