Implementing SSL server?

Cary O'Brien cobrien at Radix.Net
Tue May 22 16:37:24 EDT 2001


In article <9du4ft$j11$1 at news.sovam.com>,  <ilya at glas.net> wrote:
>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?
>


One quick way to do this is with a separate program to handle SSL -- i.e.
something like stunnel 

	  http://www.stunnel.org

-- cary

>Thanks,
>ilya





More information about the Python-list mailing list