Re: handling https sites

2009-06-30 Thread Cameron Simpson
On 26Jun2009 09:34, cgoldberg wrote: | > Is there any module in python to open https | > sites through a proxy. | | yes, you can use "urllib2". | | from the urllib2 docs: | "The default is to read the list of proxies from the environment | variables" | | So if you have a proxy setup, it should

Re: handling https sites

2009-06-26 Thread cgoldberg
> Is there any module in python to open https > sites through a proxy. yes, you can use "urllib2". from the urllib2 docs: "The default is to read the list of proxies from the environment variables" So if you have a proxy setup, it should detect it from your environment vars. If you want to spec

Re: handling https sites

2009-06-26 Thread Shawn Milochik
On Jun 26, 2009, at 12:08 PM, padfoot wrote: Sir, Is there any module in python to open https sites through a proxy.I am connectyed to the net via a proxy server and i am unable to crawl https sites. -- http://mail.python.org/mailman/listinfo/python-list Check out the "Scrape the Web" ser

handling https sites

2009-06-26 Thread padfoot
Sir, Is there any module in python to open https sites through a proxy.I am connectyed to the net via a proxy server and i am unable to crawl https sites. -- http://mail.python.org/mailman/listinfo/python-list