Files
JellyPy/lib/cherrypy/wsgiserver/ssl_pyopenssl.py
Felix Bünemann f6162a8df8 Fix OpenSSL SSL.ConnectionType deprecation warning
This patches the vendored cherrypy lib to work around a deprecation
warning in pyOpenSSL 17.1.0 and later by checking and using the
SSL.Connection class if available and falling back to ConnectionType.
2017-12-31 14:30:15 +01:00

9.1 KiB