- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for certificate_authorities (0.09 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
final String value = getSearchEngineHttpSslCertificateAuthorities(); if (value != null) { return value; } return get("elasticsearch.http.ssl.certificate_authorities"); } String getSearchEngineUsername(); default String getFesenUsername() { final String value = getSearchEngineUsername(); if (value != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/resources/fess_config.properties
search_engine.type=default # The URL of the search engine HTTP endpoint. search_engine.http.url=http://localhost:9201 # Path to SSL certificate authorities for secure HTTP connections. search_engine.http.ssl.certificate_authorities= # Username for authenticating to the search engine. search_engine.username= # Password for authenticating to the search engine. search_engine.password= # Interval (ms) for heartbeat checks to the search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)