mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] piratebay - cloudfare ssl errors
This commit is contained in:
		
							parent
							
								
									1184f45ca5
								
							
						
					
					
						commit
						e1adf8f7b8
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -42,6 +42,10 @@ def request(query, params): | ||||||
|                                       search_type=search_type, |                                       search_type=search_type, | ||||||
|                                       pageno=params['pageno'] - 1) |                                       pageno=params['pageno'] - 1) | ||||||
| 
 | 
 | ||||||
|  |     # FIX: SSLError: hostname 'kthepiratebay.se' | ||||||
|  |     # doesn't match either of 'ssl2000.cloudflare.com', 'cloudflare.com', '*.cloudflare.com' | ||||||
|  |     params['verify'] = False | ||||||
|  | 
 | ||||||
|     return params |     return params | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber