Implementing SSL server?

ilya at glas.net ilya at glas.net
Wed May 16 10:57:01 EDT 2001


Greetings,

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).

Also, it looks like there is no provision in socket module for using SSL
over a non-blocking file descriptor. Is there a solution on this?

Thanks,
ilya



More information about the Python-list mailing list