How to block SSL protocols in favor of TLS?
How can I block SSL protocols in PyOpenSSL in favour of TLS ? I'm using CentOS 7 and have these versions: pyOpenSSL-0.13.1-3.el7.x86_64 openssl-1.0.1e-34.el7_0.7.x86_64 In my config file (this if for a CherryPy app) I have: 'server.ssl_module': 'pyopenssl', This is really good question for CherryPy today. This month we started discussing SSL issues and overall maintainability of CherryPy's wrappers over py2.6+ ssl and pyOpenSSL in CherryPy user group . I'm planning a topic about SSL issues there, so you can subscribe for the group to get more details later. For now, here's what is possible. I