mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
http, not https, maybe
This commit is contained in:
parent
819a483227
commit
732a7943f0
@ -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…
x
Reference in New Issue
Block a user