summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2015-04-26 12:04:29 +0200
committerAlexandre Flament <alex@al-f.net>2015-04-26 12:04:29 +0200
commit201928d2b0d9f7a3a3c3033f7e20838f67a05457 (patch)
treec6a351393efcc4d5a16546d659d3356f8c10f50e /searx/engines/photon.py
parent7cc5146c146d4c20c23b1fc379949cb0ef8dd77b (diff)
[fix] SSL : SNI support
Diffstat (limited to 'searx/engines/photon.py')
-rw-r--r--searx/engines/photon.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/photon.py b/searx/engines/photon.py
index a9c558c4b..869916cd4 100644
--- a/searx/engines/photon.py
+++ b/searx/engines/photon.py
@@ -41,9 +41,6 @@ def request(query, params):
# using searx User-Agent
params['headers']['User-Agent'] = searx_useragent()
- # FIX: SSLError: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
- params['verify'] = False
-
return params