tarantool/tarantool-python

Support encrypted binary protocol (Tarantool Enterprise)

Totktonada opened this issue · 1 comments

The connector should be able to connect to Tarantool Enterprise using the encrypted protocol.

Related: tarantool/go-tarantool#155.

Really well that a ssl module from the python standart library uses OpenSSL. But we need to keep in mind that Python can be built without it (and handle it properly).