Implement etcd SSL support via OpenSSL

Maybe I should remove all of this and use libwebsockets :)
This commit is contained in:
Vitaliy Filippov
2026-03-20 20:58:57 +03:00
parent 4c34a47179
commit d0ae63eb50
12 changed files with 338 additions and 33 deletions
+4
View File
@@ -19,6 +19,10 @@ SCHEME=ec ./test_change_pg_count.sh
./test_etcd_fail.sh
ANTIETCD=1 ./test_etcd_fail.sh
ETCD_SCHEME=https ./test_etcd_fail.sh
ETCD_SCHEME=https ANTIETCD=1 ./test_etcd_fail.sh
ETCD_SCHEME=https ./test_snapshot.sh
./test_interrupted_rebalance.sh
IMMEDIATE_COMMIT=1 ./test_interrupted_rebalance.sh
SCHEME=ec ./test_interrupted_rebalance.sh