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
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]>
Copy file name to clipboardExpand all lines: administration/transport-security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Fluent Bit provides integrated support for Transport Layer Security (TLS) and it
5
5
6
6
{% hint style="info" %}
7
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.
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
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.
0 commit comments