mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #252 from dalf/master
[fix] btdigg: disable ssl check
This commit is contained in:
		
						commit
						c71ef5d230
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -29,6 +29,10 @@ def request(query, params): | |||
|     params['url'] = search_url.format(search_term=quote(query), | ||||
|                                       pageno=params['pageno']-1) | ||||
| 
 | ||||
|     # FIX: SSLError: hostname 'btdigg.org' | ||||
|     # doesn't match either of 'ssl2000.cloudflare.com', 'cloudflare.com', '*.cloudflare.com' | ||||
|     params['verify'] = False | ||||
| 
 | ||||
|     return params | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber