In CurlFactory.php line 211:
cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://els-cluster:92
00/
Is there any way to add an --insecure parameter to the credentials for Nextcloud?
I’m experiencing the same exact issue, did you figure out a solution? It seems pretty ridiculous that you can’t use a TLS secured Elasticsearch instance with Nextcloud.
The program those use the guzzlehttp (apparently) and yes we are looking to disable the SSL verification (which I don’t recommend) so it could run curl which seems to be difficult. So the real question is there away to turn off the verification process?
could possibly be, that by going to apps/fulltextsearch_elasticsearch/vendor/elasticsearch/elasticsearch/src/ and viewing the file ClientBuilder
private bool $sslVerification = true; ? could this be missing link ?