You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt to kick off the initial indexing from Nextcloud I get the following error.
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 it possible to add an insecure parameter (like -k for curl) to the credentials for Nextcloud?
Or is this not possible? I want to prove this works before spending any more time on it.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Cannot use self signed certs in Elasticsearch with fulltextsearch_elasticsearch
Cannot use self signed certs in Elasticsearch with Nextcloud / fulltextsearch_elasticsearch
Jun 24, 2023
I have created a three node Elasticsearch 8 cluster on Debian 12 and created an index for Nextcloud.
The Elasticsearch cluster is using the self signed certs it generated when setting up basic security.
I can GET information from the cluster using curl. For example
curl -kX GET "https://elastic:PASSWORD-HERE@els-cluster:9200"
returns the information below with no error or prompt.
When I attempt to kick off the initial indexing from Nextcloud I get the following error.
Is it possible to add an insecure parameter (like -k for curl) to the credentials for Nextcloud?
https://elastic:PASSWORD-HERE@els-cluster:9200
Or is this not possible? I want to prove this works before spending any more time on it.
The text was updated successfully, but these errors were encountered: