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
Not sure if this is the right place to raise this issue, please point me to the right place if mistaken.
We are facing an issue with connecting to Elasticsearch. Our ES cluster is currently using self-signed certificates to secure the connection via HTTPS. This causes issue when seafevents tries to connect with below error:
06/16/2024 23:05:41 [ERROR] seafes:158 start_index_local: Index process init error: TLS error caused by: TlsError(TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007))).
I have tried using the below in seafevents.conf but still getting the same error:
I am not sure if these are even used in the code. It should be a relatively easy fix to allow disabling cert verification and expose it as a config parameter.
Version details below:
Seafile version: 11.0.7 Pro (Docker - HA cluster)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Not sure if this is the right place to raise this issue, please point me to the right place if mistaken.
We are facing an issue with connecting to Elasticsearch. Our ES cluster is currently using self-signed certificates to secure the connection via HTTPS. This causes issue when
seafevents
tries to connect with below error:I have tried using the below in
seafevents.conf
but still getting the same error:I am not sure if these are even used in the code. It should be a relatively easy fix to allow disabling cert verification and expose it as a config parameter.
Version details below:
Seafile version: 11.0.7 Pro (Docker - HA cluster)
Thanks!
The text was updated successfully, but these errors were encountered: