Implement etcd SSL support via OpenSSL

Maybe I should remove all of this and use libwebsockets :)
This commit is contained in:
Vitaliy Filippov
2026-02-18 01:08:05 +03:00
parent 2ed6760447
commit 2a06a3e903
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