Package cherrypy :: Package wsgiserver :: Module ssl_builtin
[hide private]
[frames] | no frames]

Module ssl_builtin

source code

A library for integrating Python's builtin ``ssl`` library with CherryPy.

The ssl module must be importable for SSL functionality.

To use this module, set ``CherryPyWSGIServer.ssl_adapter`` to an instance of ``BuiltinSSLAdapter``.

Classes [hide private]
  BuiltinSSLAdapter
A wrapper for integrating Python's builtin ssl module with CherryPy.
Variables [hide private]
  DEFAULT_BUFFER_SIZE = 8192
  __package__ = 'cherrypy.wsgiserver'