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
+1
View File
@@ -125,6 +125,7 @@ public:
uint32_t global_immediate_commit = IMMEDIATE_NONE;
std::string etcd_prefix;
std::string etcd_ca;
int log_level = 0;
timerfd_manager_t *tfd = NULL;