Anthony Young-Garner
Anthony Young-Garner
I've reproduced this issue with a simple test case on cheroot 8.4.2 with pyOpenSSL 19.1.0. (You will need to replace ssl-cert.pem and ssl-cert-pk.pem below with your own certs, which can...
The windows test suite failure has been happening on master for the last ten days as well. But I'm not sure yet about the ci/circleci: macos-build and continuous-integration/appveyor/pr failures.
@webknjaz -- Sorry for the delay. I haven't forgotten about it but I need to the get the environment setup again so I can run and write the required tests....
@webknjaz -- It looks like the test_wsgi tests will no longer run under python 2.7 due to warnings like "CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core...
@webknjaz -- I fixed the python 2.7 syntax. The tests pass here on linux but one concern is that I tried the test on the master branch without the fix...
@webknjaz -- The server reproduction is [here](https://github.com/cherrypy/cheroot/issues/210#issuecomment-668867894). ```python [root@host-4 ~]vi sslperftest-simple-pyopenssl.py py #!/usr/bin/python2 certfile='/tmp/ssl-cert.pem' keyfile='/tmp/ssl-cert-pk.pem' cafile=None ciphers=None host='host-4.example.com' port=11827 def raw_wsgi_app(environ, start_response): status = '200 OK' response_headers = [('Content-type','text/plain')] start_response(status,...
Just an update on this -- I will get back to it after Christmas, just before the new year.