Hi all. I'm trying to connect to an HTTPS server and fetch a page, and
I can get that working fine by doing the following:
>>> from M2Crypto import Rand, SSL, m2urllib
>>> url = m2urllib.FancyURLopener()
>>> u = url.open('https://127.0.0.1')
>>> data = u.read()
>>> print data
>>> u.close()
Howev
I use it on XPvisit http://www.vim.org/download.php , and scroll
down to the Windows section.
--Brian
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Lad
> Sent: Wednesday, February 08, 2006 10:08
> To: python-list@python.org
> Subject: Re:
I posted this to the Twisted list...figured I'd try here too.
I'm looking for what is probably an simple solution I can't figure out
on my own. I'm writing an SSH server based on the example on the web
(using conch). I'm trying to figure out how to detect when the client
exists (for example, whe