summaryrefslogtreecommitdiff
path: root/searx/engines/photon.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-04-26 13:12:04 -0400
committerAdam Tauber <asciimoo@gmail.com>2015-04-26 13:12:04 -0400
commit18e7d6070275fbc48aef3d84a7f69811541e1fe5 (patch)
tree0b8b649f5c504c945d787650ea947ad282ac39e4 /searx/engines/photon.py
parentff68546c69b68c4f83eb843f3ecb5789358d2f32 (diff)
parent187617498a0dea17e51950f1ad5e96bb4826367d (diff)
Merge pull request #298 from dalf/ssl
[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