Open waxlamp opened 9 years ago
We should restrict the CherryPy version in setup.py to 3.2.4 or below so as not to break SSL support.
setup.py
Related bug report for CherryPy: https://bitbucket.org/cherrypy/cherrypy/issue/1298/ssl-not-working
Apparently the bug has been fixed in CherryPy 3.7.0.
We should restrict the CherryPy version in
setup.py
to 3.2.4 or below so as not to break SSL support.