mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[node] Enable openssl legacy provider (#163190)
This is to prevent a breaking change in a minor release of Kibana due to an underlying upgrade of Node.js to v18. The legacy provider can be disabled by removing `--openssl-legacy-provider` in `config/node.options`. [Node.js documentation](https://nodejs.org/docs/latest-v18.x/api/cli.html#--openssl-legacy-provider) [OpenSSL documentation](https://www.openssl.org/docs/man3.0/man7/OSSL_PROVIDER-legacy.html) --------- Co-authored-by: Thomas Watson <w@tson.dk>
This commit is contained in:
parent
a511426e83
commit
aebd6f3923
10 changed files with 132 additions and 2 deletions
|
@ -10,3 +10,6 @@
|
|||
|
||||
## restore < Node 16 default DNS lookup behavior
|
||||
--dns-result-order=ipv4first
|
||||
|
||||
## enable OpenSSL 3 legacy provider
|
||||
--openssl-legacy-provider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue