You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: administration/transport-security.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
4
4
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.
5
5
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
+
6
13
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:
0 commit comments