Skip to content

Commit 93c8aad

Browse files
committed
Added hint detail in the introduction to TLS doc detailing switch to ALNP as default implementation. Fixes #2087.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 13f1738 commit 93c8aad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

administration/transport-security.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
Fluent Bit provides integrated support for Transport Layer Security (TLS) and its predecessor Secure Sockets Layer (SSL). This section refers only to TLS for both implementations.
55

6+
{% hint style="info" %}
7+
8+
The release of Fluent Bit v4.1.0 introduced the replacement of Next Protocol Negotiation (NPN) with Application Layer Protocol Negotiation (ALPN) as its implementation for TLS.
9+
Both NPN and ALPN are used when client and server are establishing SSL/TLS connections. ALPN avoids an additional round trip because the client list the application layer protocols supported by the client in the client hello message.
10+
11+
{% endhint %}
12+
613
Both input and output plugins that perform Network I/O can optionally enable TLS and configure the behavior. The following table describes the properties available:
714

815
| Property | Description | Default |

0 commit comments

Comments
 (0)