tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Support encrypted binary protocol (Tarantool Enterprise) #217

Closed Totktonada closed 2 years ago

Totktonada commented 2 years ago

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

Related: https://github.com/tarantool/go-tarantool/issues/155.

oleg-jukovec commented 2 years ago

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).