Home | Trees | Indices | Help |
|
---|
|
object --+ | wsgiserver2.SSLAdapter --+ | pyOpenSSLAdapter
A wrapper for integrating pyOpenSSL with CherryPy.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
context = None An instance of SSL.Context. |
|||
certificate = None The filename of the server SSL certificate. |
|||
private_key = None The filename of the server's private key file. |
|||
certificate_chain = None Optional. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Wrap and return the given socket, plus WSGI environ entries.
|
|
|
certificate_chainOptional. The filename of CA's intermediate certificate bundle. This is needed for cheaper "chained root" SSL certificates, and should be left as None if not required.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Mar 16 17:19:54 2014 | http://epydoc.sourceforge.net |