luceos It does.
When I query the service using the command from the ES docs, it works:
curl --cacert $ES_HOME/config/certs/http_ca.crt -u elastic:$ELASTIC_PASSWORD https://localhost:9200
yields
{
"name" : "node-1",
"cluster_name" : "cluster-1",
"cluster_uuid" : "jwMl-ycHSCiPyEwQKnAlyw",
"version" : {
"number" : "8.15.2",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "98adf7bf6bb69b66ab95b761c9e5aadb0bb059a3",
"build_date" : "2024-09-19T10:06:03.564235954Z",
"build_snapshot" : false,
"lucene_version" : "9.11.1",
"minimum_wire_compatibility_version" : "7.17.0",
"minimum_index_compatibility_version" : "7.0.0"
},
"tagline" : "You Know, for Search"
}
I have all the same settings set in flarum:
and yet when I run php flarum blomstra:search:index
i get
In StaticNoPingConnectionPool.php line 64:
No alive nodes found in your cluster