#935: Refactor wsgiserver to simplify the use of m2crypto (if one so chooses)
--------------------------------------+-------------------------------------
Reporter:
mihai.i...@gmail.com | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy code | Keywords:
--------------------------------------+-------------------------------------
The bind method of CherryPyWSGIServer is very monolithic. In my case, I
have to use m2crypto instead of pyopenssl, and that means I have to
override the whole function. If the function was broken down into logical
steps, it would be much easier to achieve that.
Attached is a proposal (which also moves the dual-stack activation
_before_ the SSL setup, see #871)
--
Ticket URL: <
http://www.cherrypy.org/ticket/935>
CherryPy <
http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework