Skip to content

Fix wrong option for TLS

Florent requested to merge fflorent/search-index:fix-wrong-option-tls into master

I could not manage to run ElasticSearch locally with SSL.

It's due to a breaking change of the client from version 7 to 8: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/8.2/basic-config.html

Merge request reports