TLS Security Configuration
LLS supports SSL communication to happen over TLS 1.3 protocol and TLS 1.2 protocol for backward compatibility. Making changes to TLS Security Configuration is OPTIONAL and can be done either before or after LLS is installed.
Before you begin
About this task
- LLS supports SSL communication to happen over TLS 1.3 protocol and TLS 1.2 protocol for backward compatibility.
- By default, LLS runs in SECURED mode where it allows SSL communication to happen over TLS 1.2 protocol with strong cipher suites only and also supports SSL communication to happen over TLS 1.3 protocol.
- TLS has 3 configuration modes BASIC, SECURED and MODERN.
- BASIC - It allows SSL communication to happen over TLS 1.2 protocol with all cipher suites and also supports TLS 1.3 protocol connections. This setting is generally not recommended for modern environments. However, it can be enabled for legacy systems that require support for a broader range of cipher suites within TLS1.2 protocol.
- SECURED - It allows SSL communication to happen over TLS 1.2 protocol with strong cipher suites only and also supports TLS 1.3 protocol connections.
- MODERN - It allows SSL communication to happen over TLS 1.3 protocol
only, with automatic cipher selection.Note:All TLS protocols are not supported by every operating system. Be sure to base your TLS protocol choice on the underlying operating system and confirm that the TLS protocol you require is supported by your operating system.