Skip to content

Commit

Permalink
Remove TLSv1.0 from supported protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Jan 8, 2025
1 parent 111f94a commit 63c994d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 63c994d

Please sign in to comment.