Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ NOTE: SSL settings are disabled if either `enabled` is set to `false` or the

| (list) List of allowed SSL/TLS versions. If the SSL/TLS server supports none
of the specified versions, the connection will be dropped during or after the
handshake. The list of allowed protocol versions include: `SSLv3`, `TLSv1`
for TLS version 1.0, `TLSv1.0`, `TLSv1.1`, `TLSv1.2`, and `TLSv1.3`.
handshake. The list of allowed protocol versions include: `TLSv1.1`, `TLSv1.2`,
and `TLSv1.3`.

*Default:* `[TLSv1.1, TLSv1.2, TLSv1.3]`
*Default:* `[TLSv1.2, TLSv1.3]`

// =============================================================================

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ inputs:
# #service_token: "example-token"
# #path: ""
# #ssl.verification_mode: full
# #ssl.supported_protocols: [TLSv1.0, TLSv1.1, TLSv1.2]
# #ssl.supported_protocols: [TLSv1.2, TLSv1.3]
# #ssl.cipher_suites: []
# #ssl.curve_types: []
# reporting:
Expand Down
Loading