mirror of
https://github.com/searxng/searxng.git
synced 2025-08-30 15:10:48 +02:00
[fix] SSL : SNI support
This commit is contained in:
parent
7cc5146c14
commit
201928d2b0
6 changed files with 15 additions and 11 deletions
|
@ -34,10 +34,6 @@ def request(query, params):
|
|||
params['url'] = search_url.format(search_term=quote(query),
|
||||
pageno=params['pageno'])
|
||||
|
||||
# FIX: SSLError: hostname 'kickass.so'
|
||||
# doesn't match either of '*.kickass.to', 'kickass.to'
|
||||
params['verify'] = False
|
||||
|
||||
return params
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue