On Wed, Jun 12, 2013 at 5:03 PM, Greg Stein <gst...@gmail.com> wrote:
> Yeah... I don't think asyncore can really handle SSL sockets. But
> maybe using ssl.wrap_socket() could make it work. Override
> create_socket(), provide some more params, etc.

Client should probably support https even if server can't (yet)
because you can proxy the server through something like Apache httpd
to get SSL support.  In fact I'd expect places to do this in order to
put it on their preferred endpoint.

Reply via email to