We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a70f6 commit ff32e6eCopy full SHA for ff32e6e
1 file changed
docs/security.rst
@@ -87,3 +87,6 @@ This is only an example to show how to pass the ssl parameters. Consider reading
87
the `python ssl documentation <https://docs.python.org/2/library/ssl.html#ssl.wrap_socket>`_ for
88
your configuration. For further reading, Andrew Mussey has published a thorough guide on
89
`Using SSL with the DataStax Python driver <http://blog.amussey.com/post/64036730812/cassandra-2-0-client-server-ssl-with-datastax-python>`_.
90
+
91
+*Note*: In case the twisted event loop is used PyOpenSSL must be installed or an exception will be risen. Also
92
+to set the ``ssl_version`` and ``cert_reqs`` in ``ssl_opts`` the appropriate constants from PyOpenSSL are expected.
0 commit comments