mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [[DOCS] [Maps] Fix the list of EMS supported prococols (#146313)](https://github.com/elastic/kibana/pull/146313) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jorge Sanz","email":"jorge.sanz@elastic.co"},"sourceCommit":{"committedDate":"2022-11-28T16:36:20Z","message":"[DOCS] [Maps] Fix the list of EMS supported prococols (#146313)\n\n## Summary\r\n\r\nRemoves `1.3` from the list of TLS supported protocols for Elastic Maps\r\nService server.","sha":"3cf200254e11fda188bc6086aa36d1c98cd04df3","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport:all-open","v8.7.0"],"number":146313,"url":"https://github.com/elastic/kibana/pull/146313","mergeCommit":{"message":"[DOCS] [Maps] Fix the list of EMS supported prococols (#146313)\n\n## Summary\r\n\r\nRemoves `1.3` from the list of TLS supported protocols for Elastic Maps\r\nService server.","sha":"3cf200254e11fda188bc6086aa36d1c98cd04df3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146313","number":146313,"mergeCommit":{"message":"[DOCS] [Maps] Fix the list of EMS supported prococols (#146313)\n\n## Summary\r\n\r\nRemoves `1.3` from the list of TLS supported protocols for Elastic Maps\r\nService server.","sha":"3cf200254e11fda188bc6086aa36d1c98cd04df3"}}]}] BACKPORT--> Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
This commit is contained in:
parent
0560c95def
commit
cc211585ba
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ endif::[]
|
|||
|
||||
| `ssl.supportedProtocols`
|
||||
| An array of supported protocols with versions.
|
||||
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`. *Default: `TLSv1.1`, `TLSv1.2`, `TLSv1.3`*. <<server-ssl-supportedProtocols,Equivalent {kib} setting>>.
|
||||
Valid protocols: `TLSv1`, `TLSv1.1`, `TLSv1.2`. *Default: `TLSv1.1`, `TLSv1.2`*. <<server-ssl-supportedProtocols,Equivalent {kib} setting>>.
|
||||
|
||||
| `ssl.cipherSuites`
|
||||
| Details on the format, and the valid options, are available via the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue