summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/__init__.py8
-rw-r--r--searx/settings.yml12
2 files changed, 15 insertions, 5 deletions
diff --git a/searx/__init__.py b/searx/__init__.py
index ea21e8f13..76038a443 100644
--- a/searx/__init__.py
+++ b/searx/__init__.py
@@ -15,9 +15,11 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
(C) 2013- by Adam Tauber, <asciimoo@gmail.com>
'''
+import certifi
import logging
from os import environ
from os.path import realpath, dirname, join, abspath
+from ssl import OPENSSL_VERSION_INFO, OPENSSL_VERSION
try:
from yaml import load
except:
@@ -47,4 +49,10 @@ else:
logger = logging.getLogger('searx')
+# Workaround for openssl versions <1.0.2
+# https://github.com/certifi/python-certifi/issues/26
+if OPENSSL_VERSION_INFO[0:3] < (1, 0, 2):
+ environ['REQUESTS_CA_BUNDLE'] = certifi.old_where()
+ logger.warning('You are using an old openssl version({0}), please upgrade above 1.0.2!'.format(OPENSSL_VERSION))
+
logger.info('Initialisation done')
diff --git a/searx/settings.yml b/searx/settings.yml
index 1c8ba3f7f..e23e4c390 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -300,11 +300,13 @@ engines:
engine : vimeo
shortcut : vm
- - name : wolframalpha
- shortcut : wa
- engine : wolframalpha_api
- api_key: '5952JX-X52L3VKWT8'
- timeout: 6.0
+# You can use the engine using the official stable API, but you need an API key
+# See : http://products.wolframalpha.com/api/
+# - name : wolframalpha
+# shortcut : wa
+# engine : wolframalpha_api
+# api_key: 'apikey' # required!
+# timeout: 6.0
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
# - name : blekko images