mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-13 18:19:27 -04:00
http, not https, maybe
This commit is contained in:
parent
819a483227
commit
732a7943f0
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class BrozzlerWorker:
|
|||
url = page.url
|
||||
|
||||
if proxy_url:
|
||||
http = urllib3.ProxyManager("https://%s" % proxy_url, cert_reqs="CERT_NONE")
|
||||
http = urllib3.ProxyManager("http://%s" % proxy_url, cert_reqs="CERT_NONE")
|
||||
else:
|
||||
http = urllib3.PoolManager()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue