Python and SSL sockets
Elester Johnson
johnson at equadriga.com
Sat Apr 19 05:45:25 EDT 2003
I'm Sorry Gerhard.......
Kind Rgds,
Elester Johnson
-----Original Message-----
From: python-list-admin at python.org
[mailto:python-list-admin at python.org]On Behalf Of Gerhard Haring
Sent: Saturday, April 19, 2003 2:59 PM
To: python-list at python.org
Subject: Re: Python and SSL sockets
Elester Johnson wrote:
> Hi Friends,
People posting 9 KB of HTML (and in your case, even imgages, too) for a
two-line question to a mailing list are definitely NOT my friends.
Please stop sending that junk NOW.
> How do I transfer an HTML file from a windows machine to a linux
> machine (server), using SSL sockets.
I'd suggest to try uploading the file via HTTPS. Because Pre-2.3 Windows
versions of Python aren't built with SSL support, you'll need my
_socket.pyd replacement:
http://pypgsql.sourceforge.net/misc/python-ssl.html
-- Gerhard
More information about the Python-list
mailing list