Incubaid / arakoon

A consistent distributed key-value store
http://arakoon.org
Apache License 2.0
84 stars 17 forks source link

Add TLS version & cipher list configuration #461

Closed NicolasT closed 10 years ago

NicolasT commented 10 years ago

These commits add the ability to select a TLS version to use (instead of the hard-coded 1.0), and configure a specific cipher list.

Note: as mentioned in the docstring (changed through one of the commits in this PR), the Python client can't handle any TLS version other than 1.0 due to Python 2.x restrictions.

TODO:

NicolasT commented 10 years ago

arakoon-git-base 337 failed due to invalid ssl version. Running 338 after 2c94993.

NicolasT commented 10 years ago

More CI issues... 339 running.

NicolasT commented 10 years ago

base and quick passed as part of arakoon-git-launcher 339.

NicolasT commented 10 years ago

CI (arakoon-git-base 339) passed, all blue.

domsj commented 10 years ago

LGTM