Hi everyone,
What C++ library do you use for Webserver?
Sicne CtrlX required to use proxy_mapping to route https to http or unix domain socket. I have tested with cpp-httplib and crow, but none of them work. (HTTPS Proxy support · Issue #658 · yhirose/cpp-httplib (github.com))
I was considering to try Qt or Boost beast, but they are all bit more complicated, so I am concerned about whether I really should spend time on these.