Implementing SSL server?

Andrew Kuchling akuchlin at mems-exchange.org
Wed May 16 12:04:30 EDT 2001


ilya at glas.net writes:
> Is there a way to implement server capable of accepting SSL connections
> based on the socket module? It looks that socket module misses server side
> functionality of openssl (stuff like SSL_accept() etc).

Correct.  Use M2Crypto instead, which is a much more complete wrapping
of the OpenSSL API.  It's at http://www.pobox.org.sg/home/ngps/m2/ .

--amk





More information about the Python-list mailing list