SSL Server Sockets?

Jim Dennis jimd at vega.starshine.org
Wed Feb 27 07:34:36 EST 2002


 Is the native Python2.2 socket.ssl support still client only,
 or is it possible to use it for simple ssl servers, yet?

 I know everyone recommends m2crypto --- but m2crypto-0.07-snap2
 doesn't build on my Debian box.  I get errors like:

Generating wrappers for Python
_bio.i : Line 30. Syntax error in input.
_bio.i : Line 31. Syntax error in input.
_bio.i : Line 32. Variable %constant multiply defined (2nd definition
ignored).
_bio.i : Line 32. Syntax error in input.
_bio.i : Line 33. Variable %constant multiply defined (2nd definition
ignored).
_bio.i : Line 33. Syntax error in input.

 ... meanwhile I can simply apt-get install python2.2-ssl 





More information about the Python-list mailing list