From ce6eb81a71ad8b4479ed1f3e53db5ba3637a135a Mon Sep 17 00:00:00 2001 From: James Higginbotham Date: Fri, 19 Mar 2021 15:06:25 -0600 Subject: [PATCH] Update settings.yml to enable HTTP for yacy Added a line to the yacy entry to enable HTTP if the local yacy instance isn't using HTTPS. Otherwise, an error will be thrown in the logs: "No connection adapters were found for 'http://localhost:8090/yacysearch.json...'". This is likely related to ticket #2641 that forces HTTPS by default. --- searx/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/settings.yml b/searx/settings.yml index a8d625b0..9032b02a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1257,6 +1257,7 @@ engines: # engine : yacy # shortcut : ya # base_url : 'http://localhost:8090' +# enable_http: True # required if you aren't using HTTPS for your local yacy instance # number_of_results : 5 # timeout : 3.0