Skip to content

Commit 82a66dc

Browse files
eschabellesmerel
andauthored
Added hint detail in the introduction to TLS doc detailing switch to ALNP as default implementation. Fixes #2087. (#2128)
* 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]> * Update administration/transport-security.md Removed 'v' in front of version number in option description. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]> --------- Signed-off-by: Eric D. Schabell <[email protected]> Co-authored-by: Lynette Miles <[email protected]>
1 parent b7e6203 commit 82a66dc

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+
Fluent Bit 4.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)